-
Notifications
You must be signed in to change notification settings - Fork 0
/
Sga.kv
34 lines (30 loc) · 825 Bytes
/
Sga.kv
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
# File Name: Sga.kv
#:kivy 1.7.0
<Sga>:
AnchorLayout:
anchor_x: 'left'
anchor_y: 'top'
ToolBox:
id: _tool_box
size_hint: None,None
width: 100
AnchorLayout:
anchor_x: 'right'
anchor_y: 'top'
DrawingSpace:
size_hint:None,None
width:root.width - _tool_box.width
height: root.height - _general_options.height - _status_bar.height
AnchorLayout:
anchor_x: 'center'
anchor_y: 'bottom'
BoxLayout:
orientation: 'vertical'
GeneralOptions:
id: _general_options
size_hint: 1,None
height:48
StatusBar:
id: _status_bar
size_hint:1,None
height: 24