summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-03-01 23:37:05 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-03-02 01:46:46 +0200
commit4d2bdbb05ac24b4121f05107399fa7be33539f74 (patch)
tree459169bb3e8d9ad5710234a1ddc6fd5f0a3ee8d1 /indra/newview/skins/default/xui
parentb14221966717afc1c4102f8091ec469ee20febcb (diff)
SL-19282 Removed LLInspectTexture floater
LLInspectTexture floater appears to be incomplete and doesn't have a function
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r--indra/newview/skins/default/xui/en/inspect_texture.xml63
1 files changed, 0 insertions, 63 deletions
diff --git a/indra/newview/skins/default/xui/en/inspect_texture.xml b/indra/newview/skins/default/xui/en/inspect_texture.xml
deleted file mode 100644
index 30be90cfa0..0000000000
--- a/indra/newview/skins/default/xui/en/inspect_texture.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
-<!--
- Not can_close / no title to avoid window chrome
- Single instance - only have one at a time, recycle it each spawn
--->
-<floater
- legacy_header_height="25"
- bevel_style="in"
- bg_opaque_image="Inspector_Background"
- can_close="false"
- can_minimize="false"
- height="295"
- layout="topleft"
- name="inspect_texture"
- single_instance="true"
- sound_flags="0"
- visible="true"
- width="250">
- <texture_picker
- enabled="false"
- fallback_image="default_land_picture.j2c"
- follows="all"
- height="262"
- layout="topleft"
- left="5"
- name="texture_ctrl"
- top_pad="5"
- width="240" />
- <text
- follows="top|left"
- font="SansSerifSmall"
- height="16"
- left="7"
- name="texture_name"
- parse_urls="false"
- right="-7"
- top_delta="244"
- text_color="White"
- translate="false"
- use_ellipses="true"
- word_wrap="true"
- value="Name of the texture goes here" />
- <button
- bottom="-5"
- follows="bottom|left"
- height="23"
- label="Open"
- left="7"
- name="open_btn"
- width="115"
- commit_callback.function="InspectTexture.Open"
- enable_callback.function="InspectTexture.CanOpen" />
- <button
- bottom="-5"
- follows="bottom|left"
- height="23"
- label="Copy to Inventory"
- left_pad="5"
- name="copy_btn"
- width="115"
- commit_callback.function="InspectTexture.CopyToInv"
- enable_callback.function="InspectTexture.CanCopyToInv" />
-</floater>