summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_outfit_photo_preview.xml
blob: bfc1c39e9db0cdfcc9aef0cf6e8f1599a4ca6219 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 legacy_header_height="18"
 can_resize="false"
 height="325"
 layout="topleft"
 name="outfit_photo_preview"
 help_topic="preview_texture"
 width="410">
   <floater.string
     name="Title">
        Texture: [NAME]
    </floater.string>
    <floater.string
     name="exceed_limits">
        Max outfit photo size is [MAX_WIDTH]*[MAX_HEIGHT]. Please select another texture.
    </floater.string>
    <floater.string
     name="photo_confirmation">
         Set this as Outfit Photo for [OUTFIT]?
    </floater.string>
    <text
     type="string"
     halign="right"
     length="1"
     follows="right|bottom"
     height="16"
     layout="topleft"
     left="110"
     name="dimensions"
     top="255"
     width="200">
        [WIDTH]px x [HEIGHT]px
    </text>
    <text
     type="string"
     follows="left|top"
     height="16"
     layout="topleft"
     name="notification"
     left="25"
     halign="center"
     top_pad="5"
     width="360">
    </text>
    <button
     follows="right|bottom"
     height="22"
     label="OK"
     layout="topleft"
     name="ok_btn"
     top_pad="5"
     right="-115"
     top_delta="0"
     width="90" />
    <button
     follows="right|bottom"
     height="22"
     label="Cancel"
     layout="topleft"
     name="cancel_btn"
     right="-20"
     top_delta="0"
     width="90" />
</floater>