Reordered Kivy screens
This commit is contained in:
parent
beadae84f0
commit
1e3d04bccb
|
@ -219,6 +219,8 @@ MDNavigationLayout:
|
||||||
id: scr_mngr
|
id: scr_mngr
|
||||||
size_hint_y: None
|
size_hint_y: None
|
||||||
height: root.height - toolbar.height
|
height: root.height - toolbar.height
|
||||||
|
Inbox:
|
||||||
|
id:id_inbox
|
||||||
Login:
|
Login:
|
||||||
id:sc6
|
id:sc6
|
||||||
Random:
|
Random:
|
||||||
|
@ -235,8 +237,6 @@ MDNavigationLayout:
|
||||||
id:id_networkstat
|
id:id_networkstat
|
||||||
Setting:
|
Setting:
|
||||||
id:id_settings
|
id:id_settings
|
||||||
Inbox:
|
|
||||||
id:id_inbox
|
|
||||||
Sent:
|
Sent:
|
||||||
id:id_sent
|
id:id_sent
|
||||||
Trash:
|
Trash:
|
||||||
|
|
Reference in New Issue
Block a user