diff options
author | Mike Antipov <mantipov@productengine.com> | 2009-11-10 18:07:19 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2009-11-10 18:07:19 +0200 |
commit | eb05116e2b3339648a1458fd3be5c502583053ea (patch) | |
tree | bbdebaf6d814f2cabcff6c5f024374df16ded8dd /indra/newview/skins/default/xui | |
parent | 729df1aa330a50fa4f4b887e46c32a94a01880d7 (diff) |
Work on major sub-task EXT-991 (Update bottom bar behavior on resize)
- update min width for chiclet panel
- move showing of hidden buttons to place where resize strategy is determined
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_bottomtray.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_bottomtray.xml b/indra/newview/skins/default/xui/en/panel_bottomtray.xml index 1c1065bc11..a945010d3e 100644 --- a/indra/newview/skins/default/xui/en/panel_bottomtray.xml +++ b/indra/newview/skins/default/xui/en/panel_bottomtray.xml @@ -224,16 +224,18 @@ bg_alpha_color="green" top="0" name="chiclet_list_panel" width="189" - min_width="189" + min_width="180" user_resize="false" auto_resize="true"> +<!--*NOTE: min_width of the chiclet_panel (chiclet_list) must be the same +as for parent layout_panel (chiclet_list_panel) to resize bottom tray properly. EXT-991--> <chiclet_panel mouse_opaque="false" follows="left|right" height="28" layout="topleft" left="0" - min_width="129" + min_width="180" name="chiclet_list" top="0" chiclet_padding="3" |