Skip to content
Snippets Groups Projects
Commit da3c7da7 authored by Richard Nelson's avatar Richard Nelson
Browse files

side toolbar buttons are now squares again

parent 6a61e4fa
No related branches found
No related tags found
Loading
......@@ -47,8 +47,8 @@ class LLToolBarButton : public LLButton
public:
struct Params : public LLInitParam::Block<Params, LLButton::Params>
{
Optional<LLUI::RangeS32> button_width;
Optional<S32> desired_height;
Optional<LLUI::RangeS32::Params> button_width;
Optional<S32> desired_height;
Params()
: button_width("button_width"),
......
......@@ -33,9 +33,9 @@
image_pressed="PushButton_Press"
image_pressed_selected="PushButton_Selected_Press"
image_selected="PushButton_Selected_Press"
desired_height="35"
button_width.min="35"
button_width.max="35"
desired_height="38"
button_width.min="38"
button_width.max="38"
follows="left|top"
label=""
chrome="true"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment