Examples: showcase fix typo(Thanks Metathink)

This commit is contained in:
qua-non 2012-12-07 03:32:08 +05:30
parent dfcc686c95
commit eeffe38d6a
1 changed files with 1 additions and 1 deletions

View File

@ -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)