diff options
author | Callum Prentice <callum@lindenlab.com> | 2023-08-17 15:55:42 -0700 |
---|---|---|
committer | Callum Prentice <callum@lindenlab.com> | 2023-08-17 15:55:42 -0700 |
commit | d3147517b4b0f0abc7e9f753eddb3a39343a2fa9 (patch) | |
tree | 52302d2b71b32496891eb8125561f3b493b5d68b /indra/newview/skins/default/xui/en | |
parent | 10276ee967a5ad860fbf8750ce1012db3c5ae78a (diff) |
Remove the original prototype tool Bulky Thumbs since it is now superceded by the Inventory Thumbnail Helper tool
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_bulky_thumbs.xml | 66 | ||||
-rw-r--r-- | indra/newview/skins/default/xui/en/menu_viewer.xml | 8 |
2 files changed, 0 insertions, 74 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_bulky_thumbs.xml b/indra/newview/skins/default/xui/en/floater_bulky_thumbs.xml deleted file mode 100644 index d23fd1247f..0000000000 --- a/indra/newview/skins/default/xui/en/floater_bulky_thumbs.xml +++ /dev/null @@ -1,66 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes" ?> -<floater - legacy_header_height="18" - can_resize="true" - height="600" - layout="topleft" - min_height="175" - min_width="500" - name="contents" - help_topic="contents" - title="BULKY THUMBS" - width="500"> - <button - follows="left|top" - height="20" - label="Paste items from Inventory" - layout="topleft" - left="10" - name="paste_items_btn" - top="26 " - width="200" /> - <button - follows="left|top" - height="20" - label="Paste textures from Inventory" - layout="topleft" - left="250" - name="paste_textures_btn" - top="26 " - width="200" /> - <text_editor - height="510" - follows="top|left|right|bottom" - left="10" - name="output_log" - top_pad="10" - width="480"> - </text_editor> - <button - follows="left|bottom" - height="20" - label="Merge items and textures" - layout="bottomleft" - left="10" - name="merge_items_textures" - bottom="8" - width="100" /> - <button - follows="left|bottom" - height="20" - label="Write Thumbnails" - layout="bottomleft" - left="150" - name="write_items_thumbnails" - bottom="8" - width="100" /> - <button - follows="left|bottom" - height="20" - label="Missing Thumbnails" - layout="bottomleft" - left="250" - name="display_thumbless_items" - bottom="8" - width="100" /> -</floater>
\ No newline at end of file diff --git a/indra/newview/skins/default/xui/en/menu_viewer.xml b/indra/newview/skins/default/xui/en/menu_viewer.xml index 1fe26cee2c..ce5b2e3cd8 100644 --- a/indra/newview/skins/default/xui/en/menu_viewer.xml +++ b/indra/newview/skins/default/xui/en/menu_viewer.xml @@ -3485,14 +3485,6 @@ function="World.EnvPreset" function="Advanced.WebContentTest" parameter="http://duckduckgo.com"/> </menu_item_call> - <menu_item_call - label="Bulky Thumbs" - name="Bulky Thumbs" - shortcut="control|alt|shift|Y"> - <menu_item_call.on_click - function="Floater.Show" - parameter="bulky_thumbs" /> - </menu_item_call> <menu_item_call label="Inventory Thumbnails Helper" name="Inventory Thumbnails Helper" |