diff options
author | Richard Linden <none@none> | 2012-02-08 16:51:19 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2012-02-08 16:51:19 -0800 |
commit | e482e677b2dece8cc46008f4fb05e4927ec70b4e (patch) | |
tree | e68fb14de2b93a60efd24e9d44e539ca31ff538c /indra/newview/skins/default/xui/en/floater_test_toolbar.xml | |
parent | f27ea1aff738f3222c782a7fac5b9172fc3cf67c (diff) |
EXP-1767 WIP Received Items panel state does not persist between sessions
fixed layout stack so programmatic size updates will work correctly
Diffstat (limited to 'indra/newview/skins/default/xui/en/floater_test_toolbar.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_test_toolbar.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_test_toolbar.xml b/indra/newview/skins/default/xui/en/floater_test_toolbar.xml index 0c41c3ba2f..067c1fed82 100644 --- a/indra/newview/skins/default/xui/en/floater_test_toolbar.xml +++ b/indra/newview/skins/default/xui/en/floater_test_toolbar.xml @@ -7,7 +7,7 @@ name="floater_test_toolbar" translate="false" width="500"> - <!--<toolbar name="test_toolbar_top" + <toolbar name="test_toolbar_top" button_display_mode="icons_with_text" follows="left|right|top" height="50" @@ -20,7 +20,7 @@ <command name="avatar"/> <command name="build"/> <command name="chat"/> - </toolbar>--> + </toolbar> <toolbar name="test_toolbar_left" button_display_mode="icons_with_text" follows="left|bottom|top" @@ -46,7 +46,7 @@ <command name="build"/> <command name="chat"/> </toolbar> - <!--<toolbar name="test_toolbar_bottom" + <toolbar name="test_toolbar_bottom" button_display_mode="icons_with_text" follows="left|right|bottom" height="50" @@ -58,5 +58,5 @@ <command name="avatar"/> <command name="build"/> <command name="chat"/> - </toolbar>--> + </toolbar> </floater> |