You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
379 B

<SelectionIconCheck>
theme_text_color: "Custom"
text_color: self.icon_check_color
canvas.before:
PushMatrix
Scale:
x: root.scale
y: root.scale
z: root.scale
origin: self.center
canvas.after:
PopMatrix
<SelectionItem>
md_bg_color: root.overlay_color if root.selected else (0, 0, 0, 0)