summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_preview_texture.xml
blob: 7bac6fdb32d6e30bae8a6a5440c198d3ee53049e (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
66
67
68
69
70
71
72
73
74
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 auto_tile="true"
 can_resize="true"
 follows="left|bottom"
 height="331"
 layout="topleft"
 min_height="120"
 min_width="300"
 name="preview_texture"
 width="300">
    <floater.string
     name="Title">
        Texture: [NAME]
    </floater.string>
    <floater.string
     name="Copy">
        Copy To Inventory
    </floater.string>
    <text
     type="string"
     length="1"
     follows="left|top"
     font="SansSerif"
     height="19"
     layout="topleft"
     left="10"
     name="desc txt"
     top="21"
     width="90">
        Description:
    </text>
    <line_editor
     border_style="line"
     border_thickness="1"
     follows="left|top|right"
     font="SansSerif"
     height="19"
     layout="topleft"
     left_pad="0"
     max_length="127"
     name="desc"
     width="190" />
    <button
     follows="left|bottom"
     height="22"
     label="Delete"
     layout="topleft"
     left="80"
     name="Discard"
     top="302"
     width="100" />
    <button
     follows="left|bottom"
     height="22"
     label="Save"
     layout="topleft"
     left_pad="5"
     name="Keep"
     top_delta="0"
     width="100" />
    <text
     type="string"
     length="1"
     follows="left|bottom"
     height="16"
     layout="topleft"
     left="13"
     name="dimensions"
     top="287"
     width="303">
        [WIDTH]px x [HEIGHT]px
    </text>
</floater>