Skip to content
Snippets Groups Projects
Commit 46ebc6d3 authored by Paul Guslisty's avatar Paul Guslisty
Browse files

EXT-7576 FIXED 'Add to Outfit:' panel should shrink the top 'Edit Outfit' list...

EXT-7576 FIXED 'Add to Outfit:' panel should shrink the top 'Edit Outfit' list to 1/3 the vertical height

- Increased height of 'Add to Outfit' panel and set animate for layout stack. Animate attrubute was set to true to force proper calculation of layout panels size when one of the layout panels can dynamically change its visibility

Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/588/

--HG--
branch : product-engine
parent 5de0b6ac
No related branches found
No related tags found
No related merge requests found
...@@ -144,7 +144,7 @@ Required height for dragbar (icon in spec) is 10, so resizebar height should be ...@@ -144,7 +144,7 @@ Required height for dragbar (icon in spec) is 10, so resizebar height should be
It is calculated as border_size + 2*UIResizeBarOverlap It is calculated as border_size + 2*UIResizeBarOverlap
--> -->
<layout_stack <layout_stack
animate="false" animate="true"
border_size="8" border_size="8"
clip="false" clip="false"
default_tab_group="2" default_tab_group="2"
...@@ -284,7 +284,7 @@ It is calculated as border_size + 2*UIResizeBarOverlap ...@@ -284,7 +284,7 @@ It is calculated as border_size + 2*UIResizeBarOverlap
bg_alpha_color="DkGray2" bg_alpha_color="DkGray2"
auto_resize="true" auto_resize="true"
default_tab_group="3" default_tab_group="3"
height="211" height="450"
min_height="210" min_height="210"
name="add_wearables_panel" name="add_wearables_panel"
width="313" width="313"
...@@ -307,7 +307,7 @@ It is calculated as border_size + 2*UIResizeBarOverlap ...@@ -307,7 +307,7 @@ It is calculated as border_size + 2*UIResizeBarOverlap
background_visible="false" background_visible="false"
border="false" border="false"
follows="left|top|right|bottom" follows="left|top|right|bottom"
height="203" height="442"
layout="topleft" layout="topleft"
left="0" left="0"
mouse_opaque="false" mouse_opaque="false"
...@@ -322,7 +322,7 @@ It is calculated as border_size + 2*UIResizeBarOverlap ...@@ -322,7 +322,7 @@ It is calculated as border_size + 2*UIResizeBarOverlap
layout="topleft" layout="topleft"
follows="left|top|right|bottom" follows="left|top|right|bottom"
border="false" border="false"
height="210" height="449"
left="0" left="0"
mouse_opaque="false" mouse_opaque="false"
width="310" width="310"
...@@ -336,7 +336,7 @@ It is calculated as border_size + 2*UIResizeBarOverlap ...@@ -336,7 +336,7 @@ It is calculated as border_size + 2*UIResizeBarOverlap
follows="all" follows="all"
multi_select="true" multi_select="true"
width="310" width="310"
height="210" height="449"
left="0" left="0"
top="0"/> top="0"/>
</panel> </panel>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment