diff options
author | Mike Antipov <mantipov@productengine.com> | 2009-11-13 14:32:23 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2009-11-13 14:32:23 +0200 |
commit | fc9741f9ae1b0090db24847b134c193686f6ae59 (patch) | |
tree | 7592734ad9a095ee74bf1e481c3f69590c7b54b5 /indra/newview/skins/default/xui/en | |
parent | 0c3c87884a3dbe0cb8ae272dcf7fdbf6ef6f7abe (diff) |
Work on major sub-task EXT-991 (Update bottom bar behavior on resize)
Implemented functionality to process shrink after bottom tray min width is reached
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_bottomtray.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_bottomtray.xml b/indra/newview/skins/default/xui/en/panel_bottomtray.xml index 8188016455..3c2971797e 100644 --- a/indra/newview/skins/default/xui/en/panel_bottomtray.xml +++ b/indra/newview/skins/default/xui/en/panel_bottomtray.xml @@ -333,6 +333,6 @@ as for parent layout_panel (chiclet_list_panel) to resize bottom tray properly. min_width="4" right="-1" top="0" - width="26"/> + width="4"/> </layout_stack> </panel> |