diff options
Diffstat (limited to 'linden/indra/newview/skins/xui/en-us/floater_test.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/en-us/floater_test.xml | 46 |
1 files changed, 43 insertions, 3 deletions
diff --git a/linden/indra/newview/skins/xui/en-us/floater_test.xml b/linden/indra/newview/skins/xui/en-us/floater_test.xml index 354cc73..71a3bd4 100644 --- a/linden/indra/newview/skins/xui/en-us/floater_test.xml +++ b/linden/indra/newview/skins/xui/en-us/floater_test.xml | |||
@@ -1,5 +1,45 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater bottom="40" left="40" height="225" width="180" | 2 | <floater bottom="-380" can_close="true" can_drag_on_left="false" can_minimize="true" |
3 | can_resize="false" can_close="true" can_drag_on_left="false" can_minimize="true" | 3 | can_resize="true" height="380" hidden="false" left="400" min_height="340" |
4 | name="Test" title="Test"> | 4 | min_width="200" mouse_opaque="true" name="avatarpicker" |
5 | title="Choose Resident" width="240"> | ||
6 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
7 | bottom="-40" drop_shadow_visible="true" follows="left|top" | ||
8 | font="SansSerifSmall" h_pad="0" halign="left" height="16" hidden="false" | ||
9 | left="12" mouse_opaque="true" name="Type part of the resident's name:" | ||
10 | v_pad="0" width="220"> | ||
11 | Type part of the resident's name: | ||
12 | </text> | ||
13 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-16" | ||
14 | follows="left|top|right" font="SansSerifSmall" height="16" hidden="false" | ||
15 | left="12" max_length="254" mouse_opaque="true" name="Edit" | ||
16 | select_on_focus="false" width="132" /> | ||
17 | <button bottom="-60" follows="top|right" font="SansSerif" halign="center" height="20" | ||
18 | hidden="false" label="Find" label_selected="Find" left_delta="140" | ||
19 | mouse_opaque="true" name="Find" scale_image="TRUE" width="80" /> | ||
20 | <scroll_list background_visible="true" bottom="-224" column_padding="5" draw_border="true" | ||
21 | draw_heading="false" draw_stripes="true" follows="left|top|right" | ||
22 | height="160" hidden="false" left="12" mouse_opaque="true" | ||
23 | multi_select="false" name="Names" width="220" /> | ||
24 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
25 | bottom_delta="-24" drop_shadow_visible="true" follows="left|top" | ||
26 | font="SansSerifSmall" h_pad="0" halign="left" height="16" hidden="false" | ||
27 | left="12" mouse_opaque="true" name="Or select their calling card:" v_pad="0" | ||
28 | width="220"> | ||
29 | Or select a calling card: | ||
30 | </text> | ||
31 | <inventory_panel allow_multi_select="false" border="true" bottom_delta="-100" | ||
32 | follows="left|top|right|bottom" height="100" hidden="false" left="12" | ||
33 | mouse_opaque="true" name="Inventory Panel" | ||
34 | sort_order="AvatarPickerSortOrder" width="220" /> | ||
35 | <button bottom_delta="-28" follows="left|bottom" font="SansSerif" halign="center" | ||
36 | height="20" hidden="false" label="Select" label_selected="Select" left="12" | ||
37 | mouse_opaque="true" name="Select" scale_image="TRUE" width="80" /> | ||
38 | <button bottom="-376" follows="left|bottom" font="SansSerif" halign="center" | ||
39 | height="20" hidden="false" label="Close" label_selected="Close" | ||
40 | left_delta="88" mouse_opaque="true" name="Close" scale_image="TRUE" | ||
41 | width="80" /> | ||
42 | <text hidden="true" name="NotFound"> | ||
43 | '[TEXT]' not found | ||
44 | </text> | ||
5 | </floater> | 45 | </floater> |