mirror of https://github.com/kivy/kivy.git
Added text to button in examples
This commit is contained in:
parent
7155f6e104
commit
ead4655cc2
|
@ -24,7 +24,7 @@ class CustomPopup(Popup):
|
|||
|
||||
class TestApp(App):
|
||||
def build(self):
|
||||
b = Button(on_press=self.show_popup)
|
||||
b = Button(on_press=self.show_popup, text="Show Popup")
|
||||
return b
|
||||
|
||||
def show_popup(self, b):
|
||||
|
|
Loading…
Reference in New Issue