summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/tr/floater_my_environments.xml
blob: 21df7ef00359a9679b70d2bc2f42a5543ee55a42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater label="Yerler" name="my_environments" title="ORTAMLARIM">
	<layout_stack>
		<layout_panel label="Filtreler" name="filter_panel">
			<check_box label="Günler" name="chk_days"/>
			<check_box label="Gökler" name="chk_skies"/>
			<check_box label="Su" name="chk_water"/>
		</layout_panel>
		<layout_panel label="Ortamlar" name="list_panel">
			<check_box initial_value="false" label="Boş Klasörleri Göster" name="chk_showfolders"/>
		</layout_panel>
		<layout_panel name="pnl_control">
			<panel label="bottom_panel" name="pnl_bottom">
				<menu_button name="btn_gear" tool_tip="Diğer seçenekler"/>
				<menu_button name="btn_newsettings" tool_tip="Yeni ayar oluştur"/>
				<button name="btn_del" tool_tip="Bu ayarı sil"/>
			</panel>
		</layout_panel>
	</layout_stack>
</floater>