diff options
author | Andrew Dyukov <adyukov@productengine.com> | 2009-11-05 19:30:27 +0200 |
---|---|---|
committer | Andrew Dyukov <adyukov@productengine.com> | 2009-11-05 19:30:27 +0200 |
commit | 3cd5d0d9d5bbe104a6f4cafce57c1eb95fc9495d (patch) | |
tree | 3a2b06ab070500d61874b0754eb2ce055673bdc2 | |
parent | b6aef7ea394430ab29698a2a4f1a4d9d93faeff0 (diff) |
No ticket. Fixed '+' not hiding in edit profile, but new icon is needed.
--HG--
branch : product-engine
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_edit_profile.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_edit_profile.xml b/indra/newview/skins/default/xui/en/panel_edit_profile.xml index fedc49ae87..2378ae518b 100644 --- a/indra/newview/skins/default/xui/en/panel_edit_profile.xml +++ b/indra/newview/skins/default/xui/en/panel_edit_profile.xml @@ -116,9 +116,9 @@ top_pad="0" width="102" /> </panel> - <button + <icon height="18" - image_overlay="AddItem_Off" + image_name="AddItem_Off" layout="topleft" name="2nd_life_edit_icon" label="" @@ -171,9 +171,9 @@ top_pad="0" width="102" /> </panel> - <button + <icon height="18" - image_overlay="AddItem_Off" + image_name="AddItem_Off" layout="topleft" name="real_world_edit_icon" label="" |