mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-29 23:45: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
|
||||
implicitHeight: implicitWidth
|
||||
radius: Math.round(implicitWidth / 2)
|
||||
border.color: defaultItemColor
|
||||
border.color: UM.Theme.getColor("slider_groove_fill")
|
||||
border.width: UM.Theme.getSize("default_lining").height
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user