diff options
| author | Mike Antipov <mantipov@productengine.com> | 2010-03-30 12:14:37 +0300 | 
|---|---|---|
| committer | Mike Antipov <mantipov@productengine.com> | 2010-03-30 12:14:37 +0300 | 
| commit | 50802e68fc272e4dd78220210781ac036806d107 (patch) | |
| tree | dc5d0bed5aa9c09b73e574bfa7c5b4c62588a0f2 | |
| parent | 72cf44849205f9f469befbe3f26a69f261e80a83 (diff) | |
Fixed normal bug EXT-5696 (chiclets bar minimal width doesn't match design specification)
* Increased the minimal width of Chiclet panel up to 95 px.
* Also set default width between chiclet panel & im well the same as minimal (4 px).
For now minimal viewer width when all buttons are still visible (and have non-truncated labels in the 'EN' locale)
 with opened sidetray is 1042 px; with short Speak button (without text label) is 991 px.
Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/126/
See also EXT-3397
--HG--
branch : product-engine
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_bottomtray.xml | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_bottomtray.xml b/indra/newview/skins/default/xui/en/panel_bottomtray.xml index 58c5c11e51..b6d7bf8dd0 100644 --- a/indra/newview/skins/default/xui/en/panel_bottomtray.xml +++ b/indra/newview/skins/default/xui/en/panel_bottomtray.xml @@ -263,7 +263,7 @@           top="0"           name="chiclet_list_panel"           width="189" -         min_width="60" +         min_width="95"           user_resize="false"           auto_resize="true">  <!--*NOTE: min_width of the chiclet_panel (chiclet_list) must be the same @@ -274,7 +274,7 @@ as for parent layout_panel (chiclet_list_panel) to resize bottom tray properly.               height="24"               layout="topleft"               left="1" -             min_width="60" +             min_width="95"               name="chiclet_list"               top="7"               chiclet_padding="4" @@ -330,7 +330,7 @@ as for parent layout_panel (chiclet_list_panel) to resize bottom tray properly.           min_width="4"           name="DUMMY"           top="0" -         width="5"/> +         width="4"/>          <layout_panel           auto_resize="false"           follows="right"  | 
