summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_load_pref_preset.xml
blob: ba1b812d28b626a76925820f1a763c34ea8a4973 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater
 legacy_header_height="18"
 height="130"
 help_topic="floater_load_preset"
 layout="topleft"
 name="load_pref_preset"
 save_rect="true"
 title="LOAD PREF PRESET"
 width="300">

    <string name="title_graphic">Load Graphic Preset</string>
    <string name="title_camera">Load Camera Preset</string>

    <text
     follows="top|left|right"
     height="16"
     layout="topleft"
     left="20"
     name="Preset"
     top="30"
     width="200">
     Select a preset
    </text>
    <combo_box
     follows="top|left"
     layout="topleft"
     left="20"
     name="preset_combo"
     top_delta="20"
     width="200"/>
    <button
     follows="top|left"
     height="23"
     label="OK"
     layout="topleft"
     top_delta="40"
     left="20"
     name="ok"
     width="70"/>
    <button
     follows="top|left"
     height="23"
     label="Cancel"
     layout="topleft"
     left_pad="20"
     name="cancel"
     width="70"/>
</floater>