Skip to content

Commit

Permalink
h
Browse files Browse the repository at this point in the history
  • Loading branch information
jodaguth committed May 7, 2020
1 parent 229a0ba commit e97e55d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Command.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,8 @@

Builder.load_string("""
<MainScreen>:
BoxLayout:
orientation:'vertical'
BoxLayout:
orientation: 'horizontal'
Spinner:
Expand All @@ -60,8 +58,6 @@
text: 'box1'
values: root.pickSubType
on_text: root.updateNewSpinner(spinner_2.text)
BoxLayout:
orientation:'horizontal'
Label:
Expand Down Expand Up @@ -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)
""")
Expand Down

0 comments on commit e97e55d

Please sign in to comment.