mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
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:
parent
16e4ee58a9
commit
25fa71b056
1 changed files with 3 additions and 2 deletions
|
@ -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],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue