summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_side_tray_tab_caption.xml
blob: 557b04d281fbbc4e89ce78b31a8998593621c63a (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
<?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|right"
     font="SansSerifHuge"
     height="16"
     layout="topleft"
     left="10"
     name="sidetray_tab_title"
     text_color="white"
     top="4"
     value="Side Panel"
     width="255" />
     <button
     follows="right|top"
     height="16"
     image_selected="Sidebar_Icon_Undock_Press"
     image_unselected="Sidebar_Icon_Undock_Foreground"
     image_disabled="Sidebar_Icon_Undock_Press"
     layout="topleft"
     name="undock"
     top="10"
     right="-28"
     width="16"
     tool_tip="Undock" />
     <button
     follows="right|top"
     height="16"
     image_selected="Sidebar_Icon_Dock_Press"
     image_unselected="Sidebar_Icon_Dock_Foreground"
     image_disabled="Sidebar_Icon_Dock_Press"
     layout="topleft"
     name="dock"
     top="10"
     right="-28"
     width="16"
     tool_tip="Dock"
     visible="false" />
     <button
     follows="right|top"
     height="16"
     image_selected="Icon_Help_Press"
     image_unselected="Icon_Help_Foreground"
     image_disabled="Icon_Help_Press"
     layout="topleft"
     name="show_help"
     top="10"
     right="-11"
     width="16"
     tool_tip="Show Help">
        <button.commit_callback
         function="Button.ShowHelp" />
    </button>
</panel>