Make tickmarks bigger to avoid issues with pixel rounding errors causing the tickmarks to appear above or below the background line.

CURA-9793
This commit is contained in:
Joey de l'Arago 2022-12-06 10:38:49 +01:00
parent 3ddebe7a84
commit ea5d4a8211

View file

@ -492,7 +492,7 @@
"print_setup_extruder_box": [0.0, 6.0],
"slider_widget_groove": [0.16, 0.16],
"slider_widget_handle": [1.3, 1.3],
"slider_widget_tickmarks": [0.3, 0.3],
"slider_widget_tickmarks": [0.5, 0.5],
"print_setup_big_item": [28, 2.5],
"print_setup_icon": [1.2, 1.2],
"drag_icon": [1.416, 0.25],