We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebb24a7 + a893c2a commit 009c2b1Copy full SHA for 009c2b1
eventsapp/data/jsonfiles/menuitems.json
@@ -1,5 +1,10 @@
1
{
2
"0.0.1": [
3
+ {
4
+ "menu_item_text": "Home",
5
+ "icon_source": "data/images/menu/home.png",
6
+ "navigate_to": "WelcomeScreen"
7
+ },
8
9
"menu_item_text": "Schedule",
10
"icon_source": "data/images/menu/calendar.png",
eventsapp/uix/screens/navigationscreen.py
@@ -22,6 +22,7 @@
22
But6 | ---------------------- |
23
| |
24
25
+But7 | |
26
'''
27
28
@@ -124,7 +125,7 @@ class NavigationScreen(Screen):
124
125
126
Builder.load_string('''
127
<NavButton>
- padding: dp(10)
128
+ padding: dp(7)
129
spacing: dp(10)
130
on_release:
131
app.navigation_screen.ids.drawer.toggle_state()
0 commit comments