Rename to src
This commit is contained in:
26
src/jam.kv
Normal file
26
src/jam.kv
Normal file
@@ -0,0 +1,26 @@
|
||||
#: kivy 2.0.0
|
||||
|
||||
<Status_bar>:
|
||||
canvas.before:
|
||||
Color:
|
||||
rgb: 1,1,1
|
||||
Rectangle:
|
||||
pos: self.pos
|
||||
size: self.size
|
||||
size_hint_y: None
|
||||
height: 20
|
||||
text_size: self.size
|
||||
markup: True
|
||||
color: (0,0,0,1)
|
||||
font_name: "RobotoMono-Regular"
|
||||
font_size: "15px"
|
||||
|
||||
|
||||
<Command_prompt>:
|
||||
size_hint_y: None
|
||||
height: 20
|
||||
markup: True
|
||||
text_size: self.size
|
||||
font_name: "RobotoMono-Regular"
|
||||
font_size: "15px"
|
||||
|
||||
Reference in New Issue
Block a user