summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_animation_anim_preview.xml
blob: b5538a511c1f689db942de9c77ee0f36083c6f3b (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
75
76
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 legacy_header_height="18"
 height="190"
 layout="topleft"
 name="Anim Preview"
 help_topic="animation_anim_preview"
 title="ANIMATION.ANIM"
 width="300">
    <text
     type="string"
     length="1"
     follows="left|top"
     height="15"
     layout="topleft"
     left="10"
     mouse_opaque="false"
     name="name_label"
     top="20"
     width="275">
        Name:
    </text>
    <line_editor
     border_style="line"
     border_thickness="1"
     follows="left|top|right"
     height="19"
     layout="topleft"
     left_delta="0"
     max_length_bytes="63"
     name="name_form"
     top_pad="0"
     width="280" />
    <text
     type="string"
     length="1"
     follows="left|top"
     height="15"
     layout="topleft"
     left_delta="0"
     mouse_opaque="false"
     name="description_label"
     top_pad="10"
     width="270">
        Description:
    </text>
    <line_editor
     border_style="line"
     border_thickness="1"
     follows="left|top|right"
     height="19"
     layout="topleft"
     left_delta="0"
     max_length_bytes="127"
     name="description_form"
     top_pad="0"
     width="280" />
    <button
     follows="left|bottom"
     height="22"
     label="Upload (L$[AMOUNT])"
     layout="topleft"
     left="45"
     name="ok_btn"
     top_pad="60"
     width="150" />
    <button
     follows="right|bottom"
     height="22"
     label="Cancel"
     label_selected="Cancel"
     layout="topleft"
     name="cancel_btn"
     left_pad="5"
     width="90" />
</floater>