mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 20:05:56 +08:00
Rename slider theme items
CURA-9793
This commit is contained in:
parent
ce5691c12d
commit
f034c115be
@ -27,7 +27,7 @@ Item
|
|||||||
Row
|
Row
|
||||||
{
|
{
|
||||||
height: parent.height
|
height: parent.height
|
||||||
spacing: UM.Theme.getSize("print_setup_slider_handle").width // TODO: Theme! (Should be same as extruder spacing)
|
spacing: UM.Theme.getSize("slider_handle").width // TODO: Theme! (Should be same as extruder spacing)
|
||||||
|
|
||||||
// This wrapper ensures that the buildplate icon is located centered
|
// This wrapper ensures that the buildplate icon is located centered
|
||||||
// below an extruder icon.
|
// below an extruder icon.
|
||||||
|
@ -490,9 +490,9 @@
|
|||||||
|
|
||||||
"print_setup_widget": [38.0, 30.0],
|
"print_setup_widget": [38.0, 30.0],
|
||||||
"print_setup_extruder_box": [0.0, 6.0],
|
"print_setup_extruder_box": [0.0, 6.0],
|
||||||
"print_setup_slider_groove": [0.16, 0.16],
|
"slider_groove": [0.16, 0.16],
|
||||||
"print_setup_slider_handle": [1.3, 1.3],
|
"slider_handle": [1.3, 1.3],
|
||||||
"print_setup_slider_tickmarks": [0.3, 0.3],
|
"slider_tickmarks": [0.3, 0.3],
|
||||||
"print_setup_big_item": [28, 2.5],
|
"print_setup_big_item": [28, 2.5],
|
||||||
"print_setup_icon": [1.2, 1.2],
|
"print_setup_icon": [1.2, 1.2],
|
||||||
"drag_icon": [1.416, 0.25],
|
"drag_icon": [1.416, 0.25],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user