From 65f8d1822d058aee1902238e298f760368b724f6 Mon Sep 17 00:00:00 2001 From: Andrew Dyukov Date: Fri, 4 Jun 2010 20:21:07 +0300 Subject: 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 --- .../default/xui/en/panel_body_parts_list_item.xml | 16 ++++++------- .../default/xui/en/panel_clothing_list_item.xml | 26 +++++++++++----------- .../skins/default/xui/en/panel_cof_wearables.xml | 3 +++ .../xui/en/panel_deletable_wearable_list_item.xml | 8 +++---- .../xui/en/panel_dummy_clothing_list_item.xml | 8 +++---- 5 files changed, 32 insertions(+), 29 deletions(-) (limited to 'indra/newview/skins/default') diff --git a/indra/newview/skins/default/xui/en/panel_body_parts_list_item.xml b/indra/newview/skins/default/xui/en/panel_body_parts_list_item.xml index a0bbc8f2ee..4e5f594ffe 100644 --- a/indra/newview/skins/default/xui/en/panel_body_parts_list_item.xml +++ b/indra/newview/skins/default/xui/en/panel_body_parts_list_item.xml @@ -1,7 +1,7 @@