From d90d5296ab83c5ea98192e55ea6c774b73cd6b32 Mon Sep 17 00:00:00 2001 From: vincent Date: Sun, 26 Aug 2018 14:47:33 +0200 Subject: [PATCH] add kivy file --- chaineTV.py | 1 - interface.kv | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/chaineTV.py b/chaineTV.py index 959ff3b..ad40584 100644 --- a/chaineTV.py +++ b/chaineTV.py @@ -59,7 +59,6 @@ class emmisionGUI(BoxLayout): class RootWidget(BoxLayout): txt_inpt = ObjectProperty(None) - class InterfaceApp(App): def __init__(self,data): App.__init__(self) diff --git a/interface.kv b/interface.kv index f21dc2c..03d5935 100644 --- a/interface.kv +++ b/interface.kv @@ -1,4 +1,4 @@ - +#:kivy! : txt_inpt: txt_inpt orientation:"vertical"