aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/default/xui/en-us/floater_inspect.xml
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/skins/default/xui/en-us/floater_inspect.xml')
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/floater_inspect.xml48
1 files changed, 24 insertions, 24 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_inspect.xml b/linden/indra/newview/skins/default/xui/en-us/floater_inspect.xml
index 11f6db3..fbb1133 100644
--- a/linden/indra/newview/skins/default/xui/en-us/floater_inspect.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/floater_inspect.xml
@@ -1,24 +1,24 @@
1<?xml version="1.0" encoding="utf-8" standalone="yes" ?> 1<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
2<floater can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="true" 2<floater can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="true"
3 min_height="300" min_width="400" name="inspect" 3 min_height="300" min_width="400" name="inspect"
4 rect_control="FloaterInspectRect" title="Inspect Objects"> 4 rect_control="FloaterInspectRect" title="Inspect Objects">
5 <scroll_list bottom="30" can_resize="false" column_padding="0" draw_heading="true" 5 <scroll_list bottom="30" can_resize="false" column_padding="0" draw_heading="true"
6 follows="top|right|left|bottom" left="10" multi_select="false" 6 follows="top|right|left|bottom" left="10" multi_select="false"
7 name="object_list" right="-10" 7 name="object_list" right="-10"
8 tool_tip="Select an object from this list to highlight it in-world" 8 tool_tip="Select an object from this list to highlight it in-world"
9 top="-20"> 9 top="-20">
10 <column dynamicwidth="true" label="Object Name" name="object_name" /> 10 <column dynamicwidth="true" label="Object Name" name="object_name" />
11 <column dynamicwidth="true" label="Owner Name" name="owner_name" /> 11 <column dynamicwidth="true" label="Owner Name" name="owner_name" />
12 <column dynamicwidth="true" label="Creator Name" name="creator_name" /> 12 <column dynamicwidth="true" label="Creator Name" name="creator_name" />
13 <column label="Creation Date" name="creation_date" width="150" /> 13 <column label="Creation Date" name="creation_date" width="150" />
14 </scroll_list> 14 </scroll_list>
15 <button bottom="5" follows="left|bottom" font="SansSerif" halign="center" height="20" 15 <button bottom="5" follows="left|bottom" font="SansSerif" halign="center" height="20"
16 label="See Owner Profile..." label_selected="" left="10" 16 label="See Owner Profile..." label_selected="" left="10"
17 mouse_opaque="true" name="button owner" 17 mouse_opaque="true" name="button owner"
18 tool_tip="See profile of the highlighted object&apos;s owner" width="150" /> 18 tool_tip="See profile of the highlighted object&apos;s owner" width="150" />
19 <button bottom="5" follows="left|bottom" font="SansSerif" halign="center" height="20" 19 <button bottom="5" follows="left|bottom" font="SansSerif" halign="center" height="20"
20 label="See Creator Profile..." label_selected="" left="170" 20 label="See Creator Profile..." label_selected="" left="170"
21 mouse_opaque="true" name="button creator" 21 mouse_opaque="true" name="button creator"
22 tool_tip="See profile of the highlighted object&apos;s original creator" 22 tool_tip="See profile of the highlighted object&apos;s original creator"
23 width="150" /> 23 width="150" />
24</floater> 24</floater>