summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_side_tray_tab_caption.xml
blob: 9845a9eb78e219031364fcbad9b17f7011bd0e17 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 background_visible="true"
 bottom="0"
 follows="left|top|right"
 height="30"
 width="333"
 layout="topleft"
 left="0"
 name="sidetray_tab_panel">
    <text
     follows="left|top"
     font="SansSerifHuge"
     height="16"
     layout="topleft"
     left="10"
     name="sidetray_tab_title"
     text_color="white"
     top="4"
     value="Side Panel"
     width="255" />
    <button
     follows="left|right|top"
     font="SansSerif"
     height="23"
     label="?"
     layout="topleft"
     name="show_help"
     top="5"
     right="-8"
     width="28"
     tool_tip="Show Help">
        <button.commit_callback
         function="Button.ShowHelp" />
    </button>
</panel>