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

* Checkpoint 2, to make a multiple selection, we changes the name of the checkbox group name

parent a5f02695
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ ScreenManager: ...@@ -27,7 +27,7 @@ ScreenManager:
Widget: Widget:
CheckBox: CheckBox:
id: color id: color
group: 'categories' 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: 'categories' 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