mirror of https://github.com/kivy/kivy.git
Examples: showcase fix typo(Thanks Metathink)
This commit is contained in:
parent
dfcc686c95
commit
eeffe38d6a
|
@ -131,7 +131,7 @@ class StackLayoutShowcase(FloatLayout):
|
|||
def __init__(self, **kwargs):
|
||||
super(StackLayoutShowcase, self).__init__(**kwargs)
|
||||
self.buttons = 0
|
||||
self.orientationiteration = 0
|
||||
self.orientationit = 0
|
||||
self.txt = 'lr-tb'
|
||||
Clock.schedule_once(self.add_button, 1)
|
||||
|
||||
|
|
Loading…
Reference in New Issue