diff options
author | Merov Linden <merov@lindenlab.com> | 2011-09-29 15:01:15 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2011-09-29 15:01:15 -0700 |
commit | b07e7c7198fbc78ca852b3ba48d516ec2901da21 (patch) | |
tree | b7b2323439e2d3e5d32ce69c43540d1b38e454d3 /indra/newview/app_settings | |
parent | 71ed326f51770b215ba5dd2ac8d159c3b764c2d2 (diff) |
EXP-1211, EXP-1257 : Save and load the button type along with the toolbars, add a force default load option, enforce consistency between menus and toolbars
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r-- | indra/newview/app_settings/toolbars.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/newview/app_settings/toolbars.xml b/indra/newview/app_settings/toolbars.xml index 55327ea919..19dec78c63 100644 --- a/indra/newview/app_settings/toolbars.xml +++ b/indra/newview/app_settings/toolbars.xml @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="utf-8" standalone="yes" ?> <toolbars> - <bottom_toolbar> + <bottom_toolbar + button_display_mode="0"> <command name="chat"/> <command name="speak"/> <command name="places"/> @@ -10,7 +11,8 @@ <command name="move"/> <command name="howto"/> </bottom_toolbar> - <left_toolbar> + <left_toolbar + button_display_mode="1"> <command name="avatar"/> <command name="inventory"/> <command name="snapshot"/> |