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

EXT-8150 FIXED (+ button under \"add more\" of outfit editor is unclear)

- Decreased flat list view and folder list view height
- Deleted '+' button from bottom bar
- Added 'Wear Item' button just at the bottom of the list

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

--HG--
branch : product-engine
parent 907918c2
No related branches found
No related tags found
No related merge requests found
...@@ -290,7 +290,7 @@ It is calculated as border_size + 2*UIResizeBarOverlap ...@@ -290,7 +290,7 @@ It is calculated as border_size + 2*UIResizeBarOverlap
<layout_panel <layout_panel
background_visible="true" background_visible="false"
bg_alpha_color="DkGray2" bg_alpha_color="DkGray2"
auto_resize="true" auto_resize="true"
default_tab_group="3" default_tab_group="3"
...@@ -317,7 +317,7 @@ It is calculated as border_size + 2*UIResizeBarOverlap ...@@ -317,7 +317,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="449" height="418"
layout="topleft" layout="topleft"
left="0" left="0"
mouse_opaque="false" mouse_opaque="false"
...@@ -332,7 +332,7 @@ It is calculated as border_size + 2*UIResizeBarOverlap ...@@ -332,7 +332,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="449" height="418"
left="0" left="0"
mouse_opaque="false" mouse_opaque="false"
width="310" width="310"
...@@ -346,10 +346,19 @@ It is calculated as border_size + 2*UIResizeBarOverlap ...@@ -346,10 +346,19 @@ It is calculated as border_size + 2*UIResizeBarOverlap
follows="all" follows="all"
multi_select="true" multi_select="true"
width="313" width="313"
height="449" height="418"
left="0" left="0"
top="0"/> top="0"/>
</panel> </panel>
<button
follows="bottom|left"
height="22"
left="2"
label="Wear Item"
layout="topleft"
name="plus_btn"
top_pad="5"
width="130" />
</layout_panel> </layout_panel>
</layout_stack> </layout_stack>
...@@ -451,19 +460,6 @@ It is calculated as border_size + 2*UIResizeBarOverlap ...@@ -451,19 +460,6 @@ It is calculated as border_size + 2*UIResizeBarOverlap
name="list_view_btn" name="list_view_btn"
top="1" top="1"
width="31" /> width="31" />
<button
follows="bottom|left"
height="25"
image_hover_unselected="Toolbar_Middle_Over"
image_overlay="AddItem_Off"
image_selected="Toolbar_Middle_Selected"
image_unselected="Toolbar_Middle_Off"
label=""
layout="topleft"
left_pad="1"
name="plus_btn"
top="1"
width="31" />
<icon <icon
follows="bottom|left|right" follows="bottom|left|right"
height="25" height="25"
...@@ -471,7 +467,7 @@ It is calculated as border_size + 2*UIResizeBarOverlap ...@@ -471,7 +467,7 @@ It is calculated as border_size + 2*UIResizeBarOverlap
layout="topleft" layout="topleft"
left_pad="1" left_pad="1"
name="dummy_right_icon" name="dummy_right_icon"
width="154" > width="186" >
</icon> </icon>
<button <button
follows="bottom|right" follows="bottom|right"
......
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