From 7902899df5f22794d5ccd2d977d2cb1361021d5e Mon Sep 17 00:00:00 2001 From: Andrew Dyukov Date: Thu, 3 Jun 2010 16:21:56 +0300 Subject: EXT-7511 FIXED Fixed problems in appearance UI - Made slight changes in xml according to requirements. - Added mForceNoLinksOnIcons bool member to LLPanelInventoryListItemBase. It is used in LLPanelWearableListItem to disable showing of link icons as was requested in ticket. - Created icon for divider 3 pixels high as asked by Erica in EXT-7233. To properly show and hide it made changes to LLCOFWearables::buildClothingListItem which now not only showes separator but also reshapes panel depending on its visibility. Increased heights of body parts, dummy clothing and attachment items because dividers are now 2 pxls higher and they always have dividers. Changed heights of buttons accordingly. Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/502/ --HG-- branch : product-engine --- indra/newview/skins/default/textures/textures.xml | 2 ++ .../skins/default/textures/windows/Wearables_Divider.png | Bin 0 -> 97 bytes 2 files changed, 2 insertions(+) create mode 100644 indra/newview/skins/default/textures/windows/Wearables_Divider.png (limited to 'indra/newview/skins/default/textures') diff --git a/indra/newview/skins/default/textures/textures.xml b/indra/newview/skins/default/textures/textures.xml index 1d9f0cade7..4b781dee8c 100644 --- a/indra/newview/skins/default/textures/textures.xml +++ b/indra/newview/skins/default/textures/textures.xml @@ -570,6 +570,8 @@ with the same filename but different name + + diff --git a/indra/newview/skins/default/textures/windows/Wearables_Divider.png b/indra/newview/skins/default/textures/windows/Wearables_Divider.png new file mode 100644 index 0000000000..9dce7bf45c Binary files /dev/null and b/indra/newview/skins/default/textures/windows/Wearables_Divider.png differ -- cgit v1.2.3