summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_scrolling_param.xml
blob: 2035bc2caa43e7cfed721c9f80955e6a813b483f (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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel
 height="157"
 layout="topleft"
 left="0"
 name="LLScrollingPanelParam"
 top="152"
 width="290">
    <text
     follows="left|top"
     height="16"
     layout="topleft"
     left="12"
     name="min param text"
     text_color="White"
     font_shadow="hard"
     top="120"
     width="120" />
    <text
     follows="left|top"
     height="16"
     layout="topleft"
     left="155"
     name="max param text"
     text_color="White" 
     font_shadow="hard"
     top_delta="0"
     width="120" />
    <text
     type="string"
     length="1"
     follows="left|top"
     height="16"
     layout="topleft"
     left="12"
     name="Loading..."
     top="11"
     width="128">
        Loading...
    </text>
    <text
     type="string"
     length="1"
     follows="left|top"
     height="16"
     layout="topleft"
     left="155"
     name="Loading...2"
     top_delta="0"
     width="128">
        Loading...
    </text>
    <view_border 
     layout="topleft"
     follows="left|top"
     left="7"
     top="5"
     width="132"
     height="132"
     thickness="2"
     shadow_light_color="0.3 0.3 0.3 1"
     highlight_light_color="0.3 0.3 0.3 1"
     highlight_dark_color="0.3 0.3 0.3 1"
     shadow_dark_color="0.3 0.3 0.3 1"
     bevel_style="in"
     name="left_border"
    />
    <view_border 
     layout="topleft"
     follows="left|top"
     left_pad="10"
     top_delta="0"
     width="132"
     height="132"
     thickness="2"
     shadow_light_color="0.3 0.3 0.3 1"
     highlight_light_color="0.3 0.3 0.3 1"
     highlight_dark_color="0.3 0.3 0.3 1"
     shadow_dark_color="0.3 0.3 0.3 1"
     bevel_style="in"
     name="right_border"
    />
    <button
     enabled="false"
     height="132"
     image_disabled="PushButton_Disabled"
     image_disabled_selected="PushButton_Disabled_Selected"
     image_selected="PushButton_Selected"
     image_unselected="PushButton_Off"
     layout="topleft"
     left="7"
     name="less"
     tab_stop="false"
     top="5"
     width="132" />
    <button
     enabled="false"
     height="132"
     image_disabled="PushButton_Disabled"
     image_disabled_selected="PushButton_Disabled_Selected"
     image_selected="PushButton_Selected"
     image_unselected="PushButton_Off"
     layout="topleft"
     left_pad="10"
     name="more"
     tab_stop="false"
     top_delta="0"
     width="132" />
    <slider
     can_edit_text="true"
     decimal_digits="0"
     enabled="false"
     height="16"
     increment="1"
     initial_value="0"
     label="[DESC]"
     layout="bottom|left"
     left="6"
     max_val="100"
     name="param slider"
     bottom="1"
     width="274" 
     slider_label.font.style="BOLD" />
</panel>