summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_save_pref_preset.xml
blob: 62260274f5cfca9e4dd4edc067ae02443952bdfd (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
<?xml version="1.0" encoding="UTF-8"?>
<floater
 legacy_header_height="18"
 height="145"
 help_topic="floater_save_preset"
 layout="topleft"
 name="save_pref_preset"
 save_rect="true"
 title="Save Graphic Preset"
 width="300">

    <text
     follows="top|left|right"
     height="32"
     layout="topleft"
     word_wrap="true"
     left="20"
     name="Preset"
     top="30"
     width="200">
     Type a name for the preset or choose an existing preset.
    </text>
    <combo_box
     follows="top|left"
     layout="topleft"
     left="20"
     name="preset_combo"
     top_delta="35"
     allow_text_entry="true"
     width="200"/>
    <button
     follows="top|left"
     height="23"
     label="Save"
     layout="topleft"
     top_delta="40"
     left="20"
     name="save"
     width="70"/>
    <button
     follows="bottom|right"
     height="23"
     label="Cancel"
     layout="topleft"
     left_pad="20"
     name="cancel"
     width="70"/>
</floater>