mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 16:27:51 -06:00
Made path slider widht themable.
CURA-5829
This commit is contained in:
parent
9f13de9f0d
commit
406dd68aa4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue