diff options
Diffstat (limited to 'linden/indra/newview/skins/xui/en-us/panel_place.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/en-us/panel_place.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/xui/en-us/panel_place.xml b/linden/indra/newview/skins/xui/en-us/panel_place.xml new file mode 100644 index 0000000..25b110c --- /dev/null +++ b/linden/indra/newview/skins/xui/en-us/panel_place.xml | |||
@@ -0,0 +1,25 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <panel border="false" bottom="20" can_close="true" can_minimize="true" | ||
3 | can_resize="false" follows="bottom|left" height="470" left="330" | ||
4 | name="Place" title="Place" width="450"> | ||
5 | <texture_picker bottom="-315" follows="left|top" height="300" left="20" name="snapshot_ctrl" | ||
6 | width="400" /> | ||
7 | <line_editor bg_readonly_color="clear" bottom_delta="-8" enabled="false" follows="left|top" | ||
8 | font="SansSerif" height="20" left="20" name="name_editor" | ||
9 | text_readonly_color="white" width="400" /> | ||
10 | <text_editor bg_readonly_color="clear" enabled="false" follows="left|top" font="SansSerif" | ||
11 | height="70" left="20" max_length="1023" name="desc_editor" | ||
12 | text_readonly_color="white" width="400" word_wrap="true" /> | ||
13 | <line_editor bg_readonly_color="clear" enabled="false" follows="left|top" font="SansSerif" | ||
14 | height="20" left="20" name="info_editor" text_readonly_color="white" | ||
15 | width="400" /> | ||
16 | <line_editor bg_readonly_color="clear" enabled="false" follows="left|top" font="SansSerif" | ||
17 | height="20" left="20" name="location_editor" text_readonly_color="white" | ||
18 | width="400" /> | ||
19 | <button bottom_delta="-30" follows="left|top" height="20" label="Teleport" left="20" | ||
20 | name="teleport_btn" width="80" /> | ||
21 | <button bottom_delta="0" follows="left|top" height="20" label="Show on Map" left="105" | ||
22 | name="map_btn" width="100" /> | ||
23 | <button bottom_delta="0" follows="left|top" height="20" label="Bids..." left="275" | ||
24 | name="auction_btn" width="80" /> | ||
25 | </panel> | ||