add kivy file
This commit is contained in:
parent
6b8661da2d
commit
b01e3330e3
@ -59,7 +59,6 @@ class emmisionGUI(BoxLayout):
|
||||
class RootWidget(BoxLayout):
|
||||
txt_inpt = ObjectProperty(None)
|
||||
|
||||
|
||||
class InterfaceApp(App):
|
||||
def __init__(self,data):
|
||||
App.__init__(self)
|
||||
|
@ -1,4 +1,4 @@
|
||||
|
||||
#:kivy!
|
||||
<RootWidget>:
|
||||
txt_inpt: txt_inpt
|
||||
orientation:"vertical"
|
||||
|
Loading…
Reference in New Issue
Block a user