diff options
author | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-04-29 14:55:21 +0300 |
---|---|---|
committer | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-04-29 14:55:21 +0300 |
commit | 4eb741883cbee15e28272677bcb9b58dce85ee42 (patch) | |
tree | f797a97f105044d3cb590cd7f9c78096e8e14489 /indra/newview/skins | |
parent | 2703de333a7dd59a1fe7df045299bfbfd06af807 (diff) |
Update for EXT-6550(major) - Edit Outfit: Fix alignment of in-line edit button and put proper icon on it
Replaced 'lock' button with icon.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_body_parts_list_item.xml | 7 | ||||
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_clothing_list_item.xml | 8 |
2 files changed, 6 insertions, 9 deletions
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 445f677c94..4313d450fb 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 @@ -48,14 +48,13 @@ top="4" value="..." width="359" /> - <button + <icon name="btn_lock" layout="topleft" follows="top|right" - image_unselected="Lock2" - image_selected="Lock2" + image_name="Lock2" top="0" - left_pad="3" + left="0" height="20" width="20" tab_stop="false" /> diff --git a/indra/newview/skins/default/xui/en/panel_clothing_list_item.xml b/indra/newview/skins/default/xui/en/panel_clothing_list_item.xml index 386b3b2c4f..8dc67de06f 100644 --- a/indra/newview/skins/default/xui/en/panel_clothing_list_item.xml +++ b/indra/newview/skins/default/xui/en/panel_clothing_list_item.xml @@ -81,17 +81,15 @@ height="20" width="20" tab_stop="false" /> - <button + <icon name="btn_lock" layout="topleft" follows="top|right" - image_unselected="Lock2" - image_selected="Lock2" + image_name="Lock2" top="0" left_pad="3" height="20" - width="20" - tab_stop="false" /> + width="20" /> <button name="btn_edit" layout="topleft" |