diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-02-10 02:30:05 +0200 |
---|---|---|
committer | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-02-10 02:30:05 +0200 |
commit | e87d771df572ac164d7775d420ece06185462b32 (patch) | |
tree | 5527693ef40039c82a2f8722ed9f89628dae6433 /indra/newview/skins/default | |
parent | f1d247809b89d25e480f0e42f098c289da2379bc (diff) |
SL-19189 FIXED My Outfits system items have circle over them
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/wearable_outfit_list_item.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/widgets/wearable_outfit_list_item.xml b/indra/newview/skins/default/xui/en/widgets/wearable_outfit_list_item.xml index cd84b91b1f..866276f997 100644 --- a/indra/newview/skins/default/xui/en/widgets/wearable_outfit_list_item.xml +++ b/indra/newview/skins/default/xui/en/widgets/wearable_outfit_list_item.xml @@ -41,6 +41,7 @@ width="359" /> <add_btn name="add_wearable" + visible="false" layout="topleft" follows="top|right" image_unselected="Add_Icon" @@ -52,6 +53,7 @@ tab_stop="false" /> <remove_btn name="remove_wearable" + visible="false" layout="topleft" follows="top|right" image_unselected="Remove_Icon" |