mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 19:58:59 +08:00
Made path slider widht themable.
CURA-5829
This commit is contained in:
parent
9f13de9f0d
commit
406dd68aa4
@ -18,7 +18,7 @@ Item
|
|||||||
{
|
{
|
||||||
id: pathSlider
|
id: pathSlider
|
||||||
height: UM.Theme.getSize("slider_handle").width
|
height: UM.Theme.getSize("slider_handle").width
|
||||||
width: 250
|
width: UM.Theme.getSize("layerview_menu_size").width
|
||||||
|
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
anchors.bottomMargin: UM.Theme.getSize("default_margin").height
|
anchors.bottomMargin: UM.Theme.getSize("default_margin").height
|
||||||
|
Loading…
x
Reference in New Issue
Block a user