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_landmarks.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_landmarks.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_landmarks.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_landmarks.xml b/indra/newview/skins/default/xui/en/panel_landmarks.xml index 639e5d30ef..a7e87f2a1e 100644 --- a/indra/newview/skins/default/xui/en/panel_landmarks.xml +++ b/indra/newview/skins/default/xui/en/panel_landmarks.xml @@ -16,7 +16,7 @@ bg_alpha_color="DkGray2" bg_opaque_color="DkGray2" follows="all" - height="369" + height="373" layout="topleft" left="3" name="landmarks_accordion" |