diff options
author | pavelkproductengine <pavelkproductengine@lindenlab.com> | 2016-01-27 17:21:25 +0200 |
---|---|---|
committer | pavelkproductengine <pavelkproductengine@lindenlab.com> | 2016-01-27 17:21:25 +0200 |
commit | 81ecf0c0f304aef72f8b558c732b5ed62acfb946 (patch) | |
tree | e817e6e970459982d5e789bc80780b2322e12897 /indra/newview/skins/default/xui | |
parent | 5d576df19047ec45070f6571ebcada26e5c20756 (diff) |
MAINT-5194 Visual Outfit Browser
1) Changed algorithm for building gallery, which fixed item cropping when
switching between tabs in Appearance floater
2) Fixed gap between items in partially fille row
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_outfit_gallery.xml | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_outfit_gallery.xml b/indra/newview/skins/default/xui/en/panel_outfit_gallery.xml index 6146514f98..2a06b35942 100644 --- a/indra/newview/skins/default/xui/en/panel_outfit_gallery.xml +++ b/indra/newview/skins/default/xui/en/panel_outfit_gallery.xml @@ -26,19 +26,6 @@ name="gallery_scroll_panel" opaque="false" top_pad="0"> - <panel - background_visible="true" - border="true" - bevel_style="none" - follows="all" - height="560" - width="312" - layout="topleft" - top="0" - left="4" - top_pad="0" - visible="true" - name="gallery_panel"> <!--outfit_gallery_item layout="topleft" left="10" @@ -79,7 +66,7 @@ <outfit_gallery_item layout="topleft" left="10" name="preview_outfit2" height="175" width="150" follows="left|top"/> </layout_panel> </layout_stack--> - </panel> + <!--</panel>--> </scroll_container> <panel background_visible="true" |