diff options
| author | fowlerdm <fowlerdm@gmail.com> | 2024-07-10 06:16:42 -0600 | 
|---|---|---|
| committer | fowlerdm <fowlerdm@gmail.com> | 2024-07-10 06:16:42 -0600 | 
| commit | 15db83830b3016993489e55c314bf867eb30a128 (patch) | |
| tree | 69309808f21d2893186829c377274011fd59ba2b | |
| parent | 05c26d2e074f8210f205a674d7fb374e5f96e176 (diff) | |
toolbars.xml tweak
Modify default layout to hopefully be more tidy and useful
| -rw-r--r-- | indra/newview/app_settings/toolbars.xml | 15 | 
1 files changed, 6 insertions, 9 deletions
| diff --git a/indra/newview/app_settings/toolbars.xml b/indra/newview/app_settings/toolbars.xml index a1c9d6d9ee..2e57a67e7d 100644 --- a/indra/newview/app_settings/toolbars.xml +++ b/indra/newview/app_settings/toolbars.xml @@ -4,27 +4,24 @@      button_display_mode="icons_with_text">      <command name="chat"/>      <command name="speak"/> -    <command name="destinations"/>      <command name="people"/>      <command name="profile"/> -    <command name="map"/> -    <command name="move"/>      <command name="view"/> -    <command name="howto"/> +    <command name="appearance"/> +    <command name="inventory"/>    </bottom_toolbar>    <left_toolbar      button_display_mode="icons_only"> -    <command name="avatar"/> -    <command name="appearance"/> -    <command name="inventory"/>      <command name="search"/> +    <command name="map"/>      <command name="places"/> -    <command name="voice"/>      <command name="minimap"/>      <command name="snapshot"/> -    <command name="performance"/> +    <command name="aboutland"/>    </left_toolbar>    <right_toolbar      button_display_mode="icons_only"> +    <command name="performance"/> +    <command name="howto"/>    </right_toolbar>  </toolbars> | 
