Update id and sc names
This commit is contained in:
parent
e9a88306de
commit
75c6bbd042
|
@ -35,7 +35,7 @@
|
|||
BoxLayout:
|
||||
size_hint_y: None
|
||||
height: dp(40)
|
||||
CustomSpinner:
|
||||
IdentitySpinner:
|
||||
id: btn
|
||||
background_color: app.theme_cls.primary_dark
|
||||
values: app.variable_1
|
||||
|
|
|
@ -108,7 +108,7 @@
|
|||
height:"35dp"
|
||||
NavigationItem:
|
||||
height: dp(48)
|
||||
CustomSpinner:
|
||||
IdentitySpinner:
|
||||
id: identity_dropdown
|
||||
pos_hint:{"x":0,"y":0}
|
||||
option_cls: Factory.get("MySpinnerOption")
|
||||
|
@ -223,7 +223,7 @@ MDNavigationLayout:
|
|||
Sent:
|
||||
id:sc4
|
||||
Trash:
|
||||
id:sc5
|
||||
id:id_trash
|
||||
Login:
|
||||
id:sc6
|
||||
Random:
|
||||
|
@ -247,7 +247,7 @@ MDNavigationLayout:
|
|||
Allmails:
|
||||
id:sc17
|
||||
ScanScreen:
|
||||
id:is_scanscreen
|
||||
id:id_scanscreen
|
||||
|
||||
MDNavigationDrawer:
|
||||
id: nav_drawer
|
||||
|
|
Reference in New Issue
Block a user