Update checkbox style to reflect new design.

Add checkbox_mark size for icons inside checkbox instead of dynamically assigning size. This is related to previous commit about Math.round(parent.width/2.5) always resolving to 1
This commit is contained in:
j.delarago 2022-01-19 18:06:47 +01:00
parent 16e4ee58a9
commit 25fa71b056

View file

@ -604,8 +604,9 @@
"layerview_row": [11.0, 1.5],
"layerview_row_spacing": [0.0, 0.5],
"checkbox": [1.5, 1.5],
"checkbox_radius": [0.08, 0.08],
"checkbox": [1.33, 1.33],
"checkbox_mark": [1, 1],
"checkbox_radius": [0.25, 0.25],
"tooltip": [20.0, 10.0],
"tooltip_margins": [1.0, 1.0],