diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-02-15 23:56:49 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-02-17 23:09:51 +0200 |
commit | f2d46651b92d949a63d2b3a5dd774dce6a6752c7 (patch) | |
tree | 131ca17b295fe1655ef899b9082521c7843cd152 /indra/newview/skins | |
parent | ec02220f068c7e7ec61e8c8af7a3c4c96c112172 (diff) |
SL-19108 WIP Managing inventory thumbnail #2
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_change_item_thumbnail.xml | 48 |
1 files changed, 35 insertions, 13 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_change_item_thumbnail.xml b/indra/newview/skins/default/xui/en/floater_change_item_thumbnail.xml index c2c4c07ca1..f177ed0c0b 100644 --- a/indra/newview/skins/default/xui/en/floater_change_item_thumbnail.xml +++ b/indra/newview/skins/default/xui/en/floater_change_item_thumbnail.xml @@ -6,7 +6,33 @@ name="change_item_thumbnail" help_topic="change_item_thumbnail" title="CHANGE ITEM IMAGE" - width="320"> + width="319"> + + <floater.string + name="tooltip_upload_local"> + Upload from computer + </floater.string> + <floater.string + name="tooltip_upload_snapshot"> + Use snapshot tool + </floater.string> + <floater.string + name="tooltip_use_texture"> + Choose texture + </floater.string> + <floater.string + name="tooltip_copy_to_clipboard"> + Copy to clipboard + </floater.string> + <floater.string + name="tooltip_paste_from_clipboard"> + Paste from clipboard + </floater.string> + <floater.string + name="tooltip_remove_image"> + Remove image + </floater.string> + <icon follows="top|left" height="16" @@ -28,13 +54,14 @@ left_pad="5" max_length_bytes="127" name="item_name" - width="286" /> + width="286" + enabled="false"/> <thumbnail name="item_thumbnail" follows="top|left" layout="topleft" - left="31" + left="32" top_pad="9" height="256" width="256" @@ -45,11 +72,10 @@ height="32" label="A" layout="topleft" - left="37" + left="38" name="upload_local" top_pad="9" width="32" /> - <button follows="right|bottom" height="32" @@ -59,7 +85,6 @@ name="upload_snapshot" top_delta="0" width="32" /> - <button follows="right|bottom" height="32" @@ -69,34 +94,31 @@ name="use_texture" top_delta="0" width="32" /> - <button follows="right|bottom" height="32" label="D" layout="topleft" left_pad="10" - name="to_clipboard" + name="copy_to_clipboard" top_delta="0" width="32" /> - <button follows="right|bottom" height="32" label="E" layout="topleft" left_pad="10" - name="from_clipboard" + name="paste_from_clipboard" top_delta="0" width="32" /> - <button follows="right|bottom" height="32" label="F" layout="topleft" left_pad="10" - name="remove" + name="remove_image" top_delta="0" width="32" /> @@ -109,7 +131,7 @@ layout="topleft" left="5" right="-5" - name="LabelOwnerTitle" + name="tooltip_text" top_pad="12" width="78"> tooltip |