Skip to content
Snippets Groups Projects
Commit 65f8d182 authored by Andrew Dyukov's avatar Andrew Dyukov
Browse files

EXT-7511 FIXED Resolved problem with cropping of item selection bottom

Problem reproduced for items which had divider at the bottom. It was caused by non-optimal placement of divider
in item. To fix this, "top" attribute of divider was changed, and when done so it turned out that increase of items
height from implementation of this task was not necessary, so rolled back these changes in xml and code. Also added some padding between flatlists items to avoid cropping of top part of item selection because of divider.

Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/502/

--HG--
branch : product-engine
parent 6a660f86
No related branches found
No related tags found
No related merge requests found
...@@ -387,13 +387,7 @@ LLPanelClothingListItem* LLCOFWearables::buildClothingListItem(LLViewerInventory ...@@ -387,13 +387,7 @@ LLPanelClothingListItem* LLCOFWearables::buildClothingListItem(LLViewerInventory
item_panel->childSetAction("btn_edit", mCOFCallbacks.mEditWearable); item_panel->childSetAction("btn_edit", mCOFCallbacks.mEditWearable);
//turning on gray separator line for the last item in the items group of the same wearable type //turning on gray separator line for the last item in the items group of the same wearable type
if (last) item_panel->childSetVisible("wearable_type_separator_icon", last);
{
LLRect rect = item_panel->getRect();
item_panel->reshape(rect.getWidth(), rect.getHeight() +
item_panel->getChild<LLView>("wearable_type_separator_icon")->getRect().getHeight());
item_panel->childSetVisible("wearable_type_separator_icon", true);
}
return item_panel; return item_panel;
} }
......
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel <panel
follows="top|right|left" follows="top|right|left"
height="25" height="23"
layout="topleft" layout="topleft"
left="0" left="0"
name="wearable_item" name="wearable_item"
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
use_ellipses="true" use_ellipses="true"
name="item_name" name="item_name"
text_color="white" text_color="white"
top="4" top="5"
value="..." value="..."
width="359" /> width="359" />
<panel <panel
...@@ -74,10 +74,10 @@ ...@@ -74,10 +74,10 @@
name="btn_edit_panel" name="btn_edit_panel"
layout="topleft" layout="topleft"
follows="top|right" follows="top|right"
top="0" top="1"
left_pad="3" left_pad="3"
height="24" height="23"
width="27" width="26"
tab_stop="false"> tab_stop="false">
<button <button
name="btn_edit" name="btn_edit"
...@@ -86,8 +86,8 @@ ...@@ -86,8 +86,8 @@
image_overlay="Edit_Wrench" image_overlay="Edit_Wrench"
top="0" top="0"
left="0" left="0"
height="24" height="23"
width="24" width="23"
tab_stop="false" /> tab_stop="false" />
</panel> </panel>
<icon <icon
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
layout="bottomleft" layout="bottomleft"
left="0" left="0"
name="wearable_type_separator_icon" name="wearable_type_separator_icon"
top="3" top="0"
visible="true" visible="true"
width="380"/> width="380"/>
</panel> </panel>
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
follows="top|left" follows="top|left"
image_unselected="Toast_CloseBtn" image_unselected="Toast_CloseBtn"
image_selected="Toast_CloseBtn" image_selected="Toast_CloseBtn"
top="2" top="3"
left="0" left="0"
height="18" height="18"
width="18" width="18"
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
use_ellipses="true" use_ellipses="true"
name="item_name" name="item_name"
text_color="white" text_color="white"
top="4" top="5"
value="..." value="..."
width="359" /> width="359" />
<button <button
...@@ -64,20 +64,20 @@ ...@@ -64,20 +64,20 @@
layout="topleft" layout="topleft"
follows="top|right" follows="top|right"
image_overlay="UpArrow_Off" image_overlay="UpArrow_Off"
top="0" top="1"
left="0" left="0"
height="24" height="23"
width="24" width="23"
tab_stop="false" /> tab_stop="false" />
<button <button
name="btn_move_down" name="btn_move_down"
layout="topleft" layout="topleft"
follows="top|right" follows="top|right"
image_overlay="DownArrow_Off" image_overlay="DownArrow_Off"
top="0" top="1"
left_pad="3" left_pad="3"
height="24" height="23"
width="24" width="23"
tab_stop="false" /> tab_stop="false" />
<panel <panel
background_visible="false" background_visible="false"
...@@ -107,18 +107,18 @@ ...@@ -107,18 +107,18 @@
follows="top|right" follows="top|right"
top="0" top="0"
left_pad="3" left_pad="3"
height="24" height="23"
width="27" width="26"
tab_stop="false"> tab_stop="false">
<button <button
name="btn_edit" name="btn_edit"
layout="topleft" layout="topleft"
follows="top|right" follows="top|right"
image_overlay="Edit_Wrench" image_overlay="Edit_Wrench"
top="0" top="1"
left="0" left="0"
height="24" height="23"
width="24" width="23"
tab_stop="false" /> tab_stop="false" />
</panel> </panel>
<icon <icon
......
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
allow_select="true" allow_select="true"
follows="all" follows="all"
height="10" height="10"
item_pad="2"
layout="topleft" layout="topleft"
left="0" left="0"
multi_select="true" multi_select="true"
...@@ -43,6 +44,7 @@ ...@@ -43,6 +44,7 @@
allow_select="true" allow_select="true"
follows="all" follows="all"
height="10" height="10"
item_pad="2"
layout="topleft" layout="topleft"
left="0" left="0"
multi_select="true" multi_select="true"
...@@ -58,6 +60,7 @@ ...@@ -58,6 +60,7 @@
allow_select="true" allow_select="true"
follows="all" follows="all"
height="10" height="10"
item_pad="2"
layout="topleft" layout="topleft"
left="0" left="0"
multi_select="true" multi_select="true"
......
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel <panel
follows="top|right|left" follows="top|right|left"
height="25" height="23"
layout="topleft" layout="topleft"
left="0" left="0"
name="deletable_wearable_item" name="deletable_wearable_item"
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
follows="top|left" follows="top|left"
image_unselected="Toast_CloseBtn" image_unselected="Toast_CloseBtn"
image_selected="Toast_CloseBtn" image_selected="Toast_CloseBtn"
top="2" top="3"
left="0" left="0"
height="18" height="18"
width="18" width="18"
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
use_ellipses="true" use_ellipses="true"
name="item_name" name="item_name"
text_color="white" text_color="white"
top="4" top="5"
value="..." value="..."
width="359" /> width="359" />
<icon <icon
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
layout="bottomleft" layout="bottomleft"
left="0" left="0"
name="wearable_type_separator_icon" name="wearable_type_separator_icon"
top="3" top="0"
visible="true" visible="true"
width="380"/> width="380"/>
</panel> </panel>
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel <panel
follows="top|right|left" follows="top|right|left"
height="25" height="23"
layout="topleft" layout="topleft"
left="0" left="0"
name="dummy_clothing_item" name="dummy_clothing_item"
...@@ -56,8 +56,8 @@ ...@@ -56,8 +56,8 @@
image_overlay="AddItem_Off" image_overlay="AddItem_Off"
top="0" top="0"
left="0" left="0"
height="24" height="23"
width="24" width="23"
tab_stop="false" /> tab_stop="false" />
<icon <icon
follows="left|right|top" follows="left|right|top"
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
layout="bottomleft" layout="bottomleft"
left="0" left="0"
name="wearable_type_separator_icon" name="wearable_type_separator_icon"
top="3" top="0"
visible="true" visible="true"
width="380"/> width="380"/>
</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