diff options
author | Richard Linden <none@none> | 2011-10-07 12:03:29 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-10-07 12:03:29 -0700 |
commit | fbe563fdf44c1843de29e189f05203fa4ab20d61 (patch) | |
tree | 0b3994bf564a32f95a32dcfdda2c67fc90ddde2d | |
parent | 5507840568c8927e2239de32a86366c243d1897a (diff) |
adjusted toolbar padding per spec
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_toolbar_view.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_toolbar_view.xml b/indra/newview/skins/default/xui/en/panel_toolbar_view.xml index 44da813f61..31a26dab7f 100644 --- a/indra/newview/skins/default/xui/en/panel_toolbar_view.xml +++ b/indra/newview/skins/default/xui/en/panel_toolbar_view.xml @@ -41,10 +41,10 @@ <toolbar follows="left|top|bottom" button_panel.bg_opaque_image="Rounded_Rect_Right" name="toolbar_left" - height="500" width="30" left="0" - top="0" + top="10" + bottom="-10" side="left" button_display_mode="icons_only"> </toolbar> @@ -63,10 +63,10 @@ button_panel.bg_opaque_image="Rounded_Rect_Left" follows="right|top|bottom" name="toolbar_right" - height="500" width="30" left="0" - top="0" + top="10" + bottom="-10" side="right" button_display_mode="icons_only"> </toolbar> @@ -83,8 +83,8 @@ button_panel.bg_opaque_image="Rounded_Rect_Top" name="toolbar_bottom" height="30" - width="1024" - left="0" + left="40" + right="-40" top="0" side="bottom" follows="left|right|bottom" |