diff options
author | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-12-24 16:33:38 +0200 |
---|---|---|
committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-12-24 16:33:38 +0200 |
commit | a778ecc6c0c15c4d30c4b4a301fa21bdbeb4969b (patch) | |
tree | f8c2436fc5feb21db2a2a7594278d2ab7d405997 /indra/newview/skins/default | |
parent | def2fe77ce1608997696d7703887b30ca688d23c (diff) |
EXT-2881 Enough space to place 5 chiclets without arrows in bottom bar when voice indicator isn't shown
but bug description has nothing to do with bug...
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_bottomtray.xml | 4 |
1 files changed, 2 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 5ae808581d..2b5e7240f2 100644 --- a/indra/newview/skins/default/xui/en/panel_bottomtray.xml +++ b/indra/newview/skins/default/xui/en/panel_bottomtray.xml @@ -248,7 +248,7 @@ top="0" name="chiclet_list_panel" width="189" - min_width="180" + min_width="100" user_resize="false" auto_resize="true"> <!--*NOTE: min_width of the chiclet_panel (chiclet_list) must be the same @@ -259,7 +259,7 @@ as for parent layout_panel (chiclet_list_panel) to resize bottom tray properly. height="23" layout="topleft" left="1" - min_width="180" + min_width="100" name="chiclet_list" top="6" chiclet_padding="4" |