summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_animation_anim_preview.xml
blob: 1aa96ae261e28b846bfa724414fb9e5eafd2d6a9 (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
77
78
79
80
81
82
83
84
85
86
87
88
89
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater
 legacy_header_height="18"
 height="180"
 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="35"
     name="ok_btn"
     top_pad="15"
     width="150" />
    <button
     follows="right|bottom"
     height="22"
     label="Cancel"
     label_selected="Cancel"
     layout="topleft"
     name="cancel_btn"
     left_pad="5"
     width="90" />
    <text
     type="string"
     length="1"
     follows="left|top"
     height="35"
     layout="topleft"
     left="10"
     mouse_opaque="false"
     skip_link_underline="true"
     name="info_text"
     word_wrap="true"
     top_pad="10"
     width="270"/>
</floater>