diff options
| -rw-r--r-- | indra/newview/skins/default/xui/en/floater_notifications_tabbed.xml | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_notifications_tabbed.xml b/indra/newview/skins/default/xui/en/floater_notifications_tabbed.xml index c17d2a1f37..b5ae9db7e9 100644 --- a/indra/newview/skins/default/xui/en/floater_notifications_tabbed.xml +++ b/indra/newview/skins/default/xui/en/floater_notifications_tabbed.xml @@ -136,16 +136,16 @@      </tab_container>      <layout_stack width="336" height="26" enabled="true" orientation="horizontal"  follows="left|right" name="ButtonsStack"> -      <layout_panel width="336" height="30" enabled="true" name="CondenseAllButtonPanel"> +      <layout_panel width="93" height="30" enabled="true" name="CondenseAllButtonPanel">          <button width="93" height="21" left="2" label="Collapse all" name="collapse_all_button">          </button>        </layout_panel> -      <layout_panel width="336" height="30" enabled="true" name="GapLayoutPanel"> +      <layout_panel width="93" height="30" enabled="true" name="GapLayoutPanel">          <panel width="90" height="21" left="2" label="Gap Panel" border="false" name="GapPanel">          </panel>        </layout_panel> -      <layout_panel width="336" height="30" enabled="true" name="DeleteAllButtonPanel"> -        <button width="93" height="21" left="2" label="Delete all" name="delete_all_button"> +      <layout_panel width="100" height="30" enabled="true" name="DeleteAllButtonPanel"> +        <button width="93" height="21" left="0" label="Delete all" follows="right" name="delete_all_button">          </button>        </layout_panel>      </layout_stack>  | 
