mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 15:25:09 -06:00
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:
parent
3ddebe7a84
commit
ea5d4a8211
1 changed files with 1 additions and 1 deletions
|
@ -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],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue