diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-04-12 01:26:10 +0300 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-04-12 01:26:10 +0300 |
commit | 518181200dec957dccdfdd460fca06b53cb22b5a (patch) | |
tree | 2e7b73646c7587e00c24426f2da153273e8d2f4f /indra/newview/skins/default/xui | |
parent | 4a7f69f82008594d5f8d15887917e4b4a85ef587 (diff) |
STORM-1028 WIP Fixing bottom bar buttons reshaping, tier 12
Decreased default nearby char bar width from 310 to 250 px.
This enables the Speak button label to be shown by default.
Diffstat (limited to 'indra/newview/skins/default/xui')
-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 6620808da6..3bb5896c5b 100644 --- a/indra/newview/skins/default/xui/en/panel_bottomtray.xml +++ b/indra/newview/skins/default/xui/en/panel_bottomtray.xml @@ -47,13 +47,13 @@ mouse_opaque="false" name="chat_bar_layout_panel" user_resize="true" - width="310" > + width="250" > <panel name="chat_bar" filename="panel_nearby_chat_bar.xml" left="0" height="28" - width="308" + width="248" top="0" mouse_opaque="false" follows="left|right" |