diff options
author | Callum Prentice <callum@lindenlab.com> | 2023-08-14 17:37:10 -0700 |
---|---|---|
committer | Callum Prentice <callum@lindenlab.com> | 2023-08-14 17:37:10 -0700 |
commit | cf60c97f6f232f97666884ef692779403fb449f8 (patch) | |
tree | ca7c36a64b9186d78947a191f507a76631f227ee /indra/newview/skins | |
parent | abb8d0402c8498dc5ce8dfec1438f2fedbaecce9 (diff) |
SL-20109: New, helper version coming together slowly modulo XUI pain
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_inventory_thumbnails_helper.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_inventory_thumbnails_helper.xml b/indra/newview/skins/default/xui/en/floater_inventory_thumbnails_helper.xml index 62d0417f9e..512bce2475 100644 --- a/indra/newview/skins/default/xui/en/floater_inventory_thumbnails_helper.xml +++ b/indra/newview/skins/default/xui/en/floater_inventory_thumbnails_helper.xml @@ -13,12 +13,13 @@ <scroll_list top="20" height="350" + draw_stripes="true" draw_heading="true" follows="all" layout="topleft" left="8" multi_select="true" - name="inventory_thumbnails_textures_list" + name="inventory_thumbnails_list" right="-8" tool_tip="Paste items from your inventory"> <scroll_list.columns @@ -28,7 +29,7 @@ <scroll_list.columns dynamic_width="true" label="Texture Name" - name="expires" + name="texture" relative_width="0.6" /> </scroll_list> <text_editor |