-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy patherror.kv
More file actions
39 lines (36 loc) · 992 Bytes
/
error.kv
File metadata and controls
39 lines (36 loc) · 992 Bytes
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
<Error>:
size_hint:0.6,0.2
auto_dismiss: True
pos_hint:{'center_x':0.5,'center_y':0.5}
GridLayout:
size_hint:1,1
cols:1
BoxLayout:
size_hint_y:None
height:25
padding:5
canvas:
Color:
rgba: 0,0,0,1
Line:
rectangle:self.pos[0],self.pos[1],self.size[0],self.size[1]
Color:
rgba: 0.6, 0, 0, 1
Rectangle:
pos:self.pos
size:self.size
Label:
size_hint_y:None
height:25
text_size: self.size
text:"Error"
halign:"center"
color:1,1,1,1
GridLayout:
padding:15
cols:1
GridLayout:
cols:2
Label:
id:error_message
font_size: 15