diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-03-31 13:40:59 +0300 |
---|---|---|
committer | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-03-31 13:40:59 +0300 |
commit | 81d69cf84decb84bb7d65057063a19cb6c9fa6f5 (patch) | |
tree | 6e2468c87c7c7ba40dcde873b7c9d1ea3e98bcfc /indra/newview/skins | |
parent | a77cdfdbba1eb557f204721c2cf8f875e1c34bc1 (diff) |
SL-19379 WIP add worn suffix, use bold font style for worn items and italic for links
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_inventory_gallery_item.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_inventory_gallery_item.xml b/indra/newview/skins/default/xui/en/panel_inventory_gallery_item.xml index 281604503f..05a02158c0 100644 --- a/indra/newview/skins/default/xui/en/panel_inventory_gallery_item.xml +++ b/indra/newview/skins/default/xui/en/panel_inventory_gallery_item.xml @@ -13,6 +13,7 @@ layout="topleft" left="0" top="0"> + <string name="worn_string">(worn)</string> <thumbnail name="preview_thumbnail" image_name="Thumbnail_Fallback" @@ -64,10 +65,24 @@ layout="topleft" name="item_name" parse_urls="false" + text_readonly_color="White" top="2" width="127" use_ellipses="true"> Item name, folder name. </text> + <text + read_only="true" + length="1" + follows="left|top" + left="1" + height="10" + layout="topleft" + name="suffix_text" + text_readonly_color="InventoryItemLinkColor" + top="13" + width="127"> + (worn) + </text> </panel> </panel> |