summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_region_info.xml
blob: 017c70cf4929cd464e25adc7681b8c01119f8bbe (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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 legacy_header_height="18"
 height="555"
 help_topic="regioninfo"
 layout="topleft"
 name="regioninfo"
 save_rect="true"
 title="REGION/ESTATE"
 width="530">
    <tab_container
     bottom="555"
     follows="left|right|top|bottom"
     layout="topleft"
     left="1"
     name="region_panels"
     right="-1"
     tab_position="top"
     top="20">
     
     <!-- Temporary panel. It will be deleted from this xml. It'll be added the same way as others tab panels -->
    <panel
     border="true"
     bevel_style="none"
	 follows="top|left"
	 height="320"
	 label="Emvironment"
	 layout="topleft"
	 left="0"
	 name="environment_tab"
	 width="4250">
	 
	 <!-- Water Settings --> 
	 <view_border
	  bevel_style="none"  
	  follows="top|left"
	  height="100"
	  layout="topleft"
	  left="50"
	  name="water_panel"
	  top="50"
	  width="430"/> 
	 <text
	  name="water_settings_title"
	  follows="top|left"
	  height="16"
	  layout="topleft"
	  left_delta="5"
	  top_delta="5"
	  width="35">
	  		Water
	  </text>
	  
	  <radio_group
	   follows="top|left"
	   height="45"
	   layout="topleft"
	   name="water_settings_radio_group"   
	   top_pad="20"
	   width="200">
	  	<radio_item  	 
	  	 label="Use region settings"
	  	 layout="topleft"
	  	 name="region_water_settings"/>
	  	<radio_item  	 
	  	 label="Use my settings"
	  	 layout="topleft"
	  	 name="my_water_settings"
	  	 top_pad="20"/>  	
	  </radio_group>
	  <combo_box
	   follows="top|left"
	   left_pad="2"
	   name="water_settings_preset_combo"
	   top_delta="24"
	   width="200">
	  </combo_box>
	 
	 
	 <!-- Sky/Day Cycle Settings -->  
	 <view_border
	  bevel_style="none"  
	  follows="top|left"
	  height="180"
	  layout="topleft"
	  left="50"
	  name="sky_dayc_panel"
	  top="175"
	  width="430"/> 
	 <text
	  name="sky_dayc_settings_title"
	  follows="top|left"
	  height="16"
	  layout="topleft"
	  left="55"
	  top_delta="5"
	  width="100">
	  		Sky / Day Cycle
	  </text>
	  
	  <radio_group
	   follows="top|left"
	   height="45"
	   layout="topleft"
	   name="sky_dayc_settings_radio_group1"
	   top_pad="20"
	   width="200">
	  	<radio_item
	  	 layout="topleft"
	  	 label="Use region settings"
	  	 name="region_sky_dayc_settings"/>
	  	<radio_item
	  	 layout="topleft"
	  	 label="Use my settings"
	  	 name="my_sky_dayc_settings"
	  	 top_pad="20"/>  	
	  </radio_group>
	  
	  <radio_group
	   layout="topleft"
	   left_delta="50"
	   name="sky_dayc_settings_radio_group2"
	   top_pad="10"
	   height="50"
	   width="150">
	  	<radio_item
	  	 layout="topleft"
	  	 label="Fixed sky"
	  	 name="my_sky_settings"/>
	  	<radio_item
	  	 layout="topleft"
	  	 label="Day cycle"
	  	 name="my_dayc_settings"
	  	 top_pad="25"/>  	
	  </radio_group>
	  <combo_box
	   follows="top|left"
	   left_pad="2"
	   name="sky_settings_preset_combo"
	   top_delta="-7"
	   width="200">
	  </combo_box>
	    <combo_box
	   follows="top|left"
	   name="dayc_settings_preset_combo"
	   top_delta="36"
	   width="200">
	  </combo_box>
	  
	  <button
	   follows="bottom|right"
	   height="23"
	   label="Save"
	   layout="topleft"
	   left_pad="0"
	   name="save"
	   width="70"/>	 
	 <button
	   follows="bottom|right"
	   height="23"
	   label="Cancel"
	   layout="topleft"
	   left_pad="15"
	   name="cancel"
	   width="70"/>
     </panel>
     
     </tab_container>
</floater>