blob: 23ea516b867159a3132579f04bb48e4146fa38fe (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<toolbar_view
follows="all"
layout="topleft"
name="toolbar view"
height="500"
width="1024"
left="0"
top="0"
mouse_opaque="false"
tab_stop="false"
visible="true">
<layout_stack name="bottom_toolbar_stack"
orientation="vertical"
left="0"
top="0"
width="1024"
height="500"
follows="all"
mouse_opaque="false">
<layout_panel name="vertical_toolbar_panel"
auto_resize="true"
user_resize="false"
width="1024"
height="500"
mouse_opaque="false">
<layout_stack name="vertical_toolbar_stack"
orientation="horizontal"
left="0"
top="0"
width="1024"
height="500"
follows="all"
mouse_opaque="false">
<layout_panel name="left_toolbar_panel"
fit_content="true"
auto_resize="false"
user_resize="false"
height="500"
width="30"
mouse_opaque="false">
<toolbar follows="left|top|bottom"
name="toolbar_left"
height="500"
width="30"
left="0"
top="0"
side="left"
button_display_mode="icons_only">
<command name="avatar"/>
<command name="build"/>
<command name="chat"/>
</toolbar>
</layout_panel>
<layout_panel name="non_toolbar_panel"
auto_resize="true"
user_resize="false"
mouse_opaque="false"/>
<layout_panel name="right_toolbar_panel"
fit_content="true"
auto_resize="false"
user_resize="false"
height="500"
width="30"
mouse_opaque="false">
<toolbar
follows="right|top|bottom"
name="toolbar_right"
height="500"
width="30"
left="0"
top="0"
side="right"
button_display_mode="icons_only">
<command name="avatar"/>
<command name="build"/>
<command name="chat"/>
</toolbar>
</layout_panel>
</layout_stack>
</layout_panel>
<layout_panel name="bottom_toolbar_panel"
fit_content="true"
auto_resize="false"
user_resize="false"
height="30"
width="1024"
mouse_opaque="false">
<toolbar layout="topleft"
name="toolbar_bottom"
height="30"
width="1024"
left="0"
top="0"
side="bottom"
follows="left|right|bottom"
button_display_mode="icons_with_text"
visible="true">
<command name="avatar"/>
<command name="build"/>
<command name="chat"/>
</toolbar>
</layout_panel>
</layout_stack>
</toolbar_view>
|