Skip to content
Snippets Groups Projects
Commit 8a8d0304 authored by mgayed2's avatar mgayed2
Browse files

* we deleted all groups to be able to choose mutiple categories

parent a9980b11
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ ScreenManager: ...@@ -11,7 +11,7 @@ ScreenManager:
Widget: Widget:
CheckBox: CheckBox:
id: gui id: gui
group: 'categories' #group: 'categories'
active: True active: True
size_hint: (None, None) size_hint: (None, None)
size: (sp(32), gui_label.height) size: (sp(32), gui_label.height)
...@@ -27,7 +27,7 @@ ScreenManager: ...@@ -27,7 +27,7 @@ ScreenManager:
Widget: Widget:
CheckBox: CheckBox:
id: color id: color
group: 'categoriess' #group: 'categoriess'
active: False active: False
size_hint: (None, None) size_hint: (None, None)
size: (sp(32), color_label.height) size: (sp(32), color_label.height)
...@@ -43,7 +43,7 @@ ScreenManager: ...@@ -43,7 +43,7 @@ ScreenManager:
Widget: Widget:
CheckBox: CheckBox:
id: tree id: tree
group: 'categoriese' #group: 'categoriese'
active: False active: False
size_hint: (None, None) size_hint: (None, None)
size: (sp(32), tree_label.height) size: (sp(32), tree_label.height)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment