summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_select_key.xml
blob: b89af0ef3e68bc0a0f50e90b73b2d28dcef92f5e (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 border="true"
 can_close="false"
 can_minimize="false"
 height="100"
 layout="topleft"
 name="modal container"
 width="240">
    <button
     height="20"
     label="Cancel"
     label_selected="Cancel"
     layout="topleft"
     left="138"
     name="Cancel"
     top="70"
     width="82" />
    <text
     type="string"
     length="1"
     follows="left|top"
     font="SansSerif"
     height="16"
     layout="topleft"
     left="20"
     name="Save item as:"
     top="10"
     width="200">
        Press a key to select
    </text>
</floater>