mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-30 08:15:11 +08:00
Fix incorrect reference of the handleButton border color
CURA-8011
This commit is contained in:
parent
97bb25aef0
commit
9c49baa9ce
@ -120,7 +120,7 @@ Item
|
|||||||
implicitWidth: UM.Theme.getSize("print_setup_slider_handle").width
|
implicitWidth: UM.Theme.getSize("print_setup_slider_handle").width
|
||||||
implicitHeight: implicitWidth
|
implicitHeight: implicitWidth
|
||||||
radius: Math.round(implicitWidth / 2)
|
radius: Math.round(implicitWidth / 2)
|
||||||
border.color: defaultItemColor
|
border.color: UM.Theme.getColor("slider_groove_fill")
|
||||||
border.width: UM.Theme.getSize("default_lining").height
|
border.width: UM.Theme.getSize("default_lining").height
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user