blob: bc96bfbab584b31dab65959640b2a8ac227314a9 (
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
|
<?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"
auto_resize="false"
user_resize="false"
height="500"
width="30"
mouse_opaque="false">
<toolbar follows="left|top|bottom"
button_panel.bg_opaque_image="Rounded_Rect_Right"
name="toolbar_left"
width="30"
left="0"
top="10"
bottom="-10"
side="left"
button_display_mode="icons_only">
</toolbar>
</layout_panel>
<layout_panel name="non_toolbar_panel"
auto_resize="true"
user_resize="false"
mouse_opaque="false"
height="100"
width="100">
<view top="0"
follows="all"
height="100"
left="0"
mouse_opaque="false"
name="floater_snap_region"
width="100"/>
<panel bottom="100"
follows="left|right|bottom"
height="25"
left="0"
mouse_opaque="false"
tab_stop="false"
name="stand_stop_flying_container"
visible="false"
width="100"/>
</layout_panel>
<layout_panel name="right_toolbar_panel"
auto_resize="false"
user_resize="false"
height="500"
width="30"
mouse_opaque="false">
<toolbar
button_panel.bg_opaque_image="Rounded_Rect_Left"
follows="right|top|bottom"
name="toolbar_right"
width="30"
left="0"
top="10"
bottom="-10"
side="right"
button_display_mode="icons_only">
</toolbar>
</layout_panel>
</layout_stack>
</layout_panel>
<layout_panel name="bottom_toolbar_panel"
auto_resize="false"
user_resize="false"
height="30"
width="1024"
mouse_opaque="false">
<toolbar layout="topleft"
button_panel.bg_opaque_image="Rounded_Rect_Top"
name="toolbar_bottom"
height="30"
left="40"
right="-40"
top="0"
side="bottom"
follows="left|right|bottom"
button_display_mode="icons_with_text"
visible="true">
</toolbar>
</layout_panel>
</layout_stack>
</toolbar_view>
|