summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorRichard Nelson <richard@lindenlab.com>2011-10-10 15:04:00 -0700
committerRichard Nelson <richard@lindenlab.com>2011-10-10 15:04:00 -0700
commitda3c7da7a585ea14a5a494ac7f36e7714bc86ab8 (patch)
tree4a4c9922172e765a3ed90e3bb85dd41d39c1ffc1 /indra/llui
parent6a61e4faa4b937ddc9ab5feb79c139395a2c8799 (diff)
side toolbar buttons are now squares again
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/lltoolbar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llui/lltoolbar.h b/indra/llui/lltoolbar.h
index 9e48dee608..84fa7ec0df 100644
--- a/indra/llui/lltoolbar.h
+++ b/indra/llui/lltoolbar.h
@@ -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"),