summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_goto_line.xml
blob: b2368882199bb3419fdce0c63309271c8fc53fe0 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 legacy_header_height="18"
 default_tab_group="1"
 height="90"
 layout="topleft"
 name="script goto"
 help_topic="script_goto"
 title="GO TO LINE"
 width="200">
    <button
     height="24"
     label="OK"
     label_selected="OK"
     layout="topleft"
     left="55"
     name="goto_btn"
     top="53"
     width="90" />
    <text
     type="string"
     length="1"
     follows="left|top"
     height="16"
     layout="topleft"
     left="10"
     name="txt"
     top="21"
     width="65">
        Go to line
    </text>
    <line_editor
     border_style="line"
     border_thickness="1"
     follows="left|top"
     height="16"
     layout="topleft"
     left="75"
     max_length_bytes="9"
     name="goto_line"
     tab_group="1"
     top="21"
     width="85" />
</floater>