blob: b5f2abf52a61a8fc9e0489cad187cc4fda4f91f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
|
<?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="18"
bevel_style="in"
bg_opaque_image="Inspector_Background"
can_close="false"
can_minimize="false"
height="145"
layout="topleft"
name="inspect_remote_object"
single_instance="true"
sound_flags="0"
visible="true"
width="300">
<text
follows="all"
font="SansSerifLargeBold"
height="16"
left="8"
name="object_name"
text_color="White"
top="5"
use_ellipses="true"
width="290">
Test Object Name That Is Really Long
</text>
<text
follows="all"
font="SansSerif"
height="20"
left="8"
name="object_owner_label"
width="55"
top_pad="20">
Owner:
</text>
<text
follows="top|left"
font="SansSerif"
height="20"
left_pad="10"
name="object_owner"
use_ellipses="true"
width="200"
word_wrap="false">
Longavatarname Johnsonlongstonnammer
</text>
<text
follows="top|left"
font="SansSerif"
height="20"
left="8"
name="object_slurl_label"
top_pad="10"
width="55">
Location:
</text>
<text
follows="top|left"
height="20"
left_pad="10"
name="object_slurl"
width="240"
use_ellipses="true"
word_wrap="false">
http://slurl.com/Ahern/50/50/50
</text>
<button
follows="top|left"
height="20"
label="Map"
left="10"
name="map_btn"
top="114"
width="75" />
<button
follows="top|left"
height="20"
label="Block"
left_pad="5"
name="block_btn"
top_delta="0"
width="75" />
<button
follows="top|left"
height="20"
label="Close"
right="-10"
name="close_btn"
top_delta="0"
width="75" />
</floater>
|