mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 16:27:51 -06:00
Rename slider theme items
CURA-9793
This commit is contained in:
parent
ce5691c12d
commit
f034c115be
2 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue