From e97e55d6e7c7957118c138aca866996724c8ee2f Mon Sep 17 00:00:00 2001 From: jodaguth Date: Thu, 7 May 2020 00:26:43 -0700 Subject: [PATCH] h --- Command.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Command.py b/Command.py index 2034fe6..3d33db4 100644 --- a/Command.py +++ b/Command.py @@ -44,10 +44,8 @@ Builder.load_string(""" : - BoxLayout: orientation:'vertical' - BoxLayout: orientation: 'horizontal' Spinner: @@ -60,8 +58,6 @@ text: 'box1' values: root.pickSubType on_text: root.updateNewSpinner(spinner_2.text) - - BoxLayout: orientation:'horizontal' Label: @@ -91,11 +87,12 @@ orientation:'horizontal' Label: id: label_disp - text: 'Currently Diplaying' + text: 'Currently Displaying' Spinner: id: spinner_3 text: '' values: root.disp + on_release:root.released() on_text: root.send_mesg(spinner_2.text,spinner_3.text) """)