diff options
author | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-04-01 17:24:50 +0300 |
---|---|---|
committer | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-04-01 17:24:50 +0300 |
commit | b98ebdecda66a1f08e74321cb255e39edfbc47dd (patch) | |
tree | 7ac42530469c6a866db1cfbaa78461f2b027a61f /indra/newview/skins/default/xui/en/panel_outfits_inventory.xml | |
parent | 4992eaf27dd113df805f347811882e72df6d7a86 (diff) |
Fixed reopened major bug (EXT-5106) Side panel list view toolbars are missing background art.
- Made toolbars look connected to the respective lists.
- Fixed tab container background in Inventory side panel.
Tab container reserves 1 pixel for the border width so we have to use top_pad="-1" to move the toolbar 1 pixel up to physically connect them.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_outfits_inventory.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_outfits_inventory.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_outfits_inventory.xml b/indra/newview/skins/default/xui/en/panel_outfits_inventory.xml index b297ec1988..f9ad525642 100644 --- a/indra/newview/skins/default/xui/en/panel_outfits_inventory.xml +++ b/indra/newview/skins/default/xui/en/panel_outfits_inventory.xml @@ -14,7 +14,7 @@ border="false"> <tab_container follows="all" - height="497" + height="501" layout="topleft" left="7" name="appearance_tabs" @@ -58,7 +58,7 @@ height="73" layout="topleft" left="9" - top_pad="3" + top_pad="-1" visible="true" name="bottom_panel" width="310"> |