We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 244346c commit 7e37243Copy full SHA for 7e37243
.gitignore
@@ -1,3 +1,6 @@
1
+# Map cache
2
+cache/
3
+
4
# Byte-compiled / optimized / DLL files
5
__pycache__/
6
*.py[cod]
widgets.py
@@ -8,7 +8,7 @@
8
class AppsScreen(Screen):
9
pass
10
11
-class ImaeButton(ButtonBehavior, RelativeLayout):
+class ImageButton(ButtonBehavior, RelativeLayout):
12
def __init__(self, app=None, **kwargs):
13
super(ImageButton, self).__init__(**kwargs)
14
0 commit comments