Fix incorrect reference of the handleButton border color

CURA-8011
This commit is contained in:
Konstantinos Karmas 2021-07-05 10:07:23 +02:00
parent 97bb25aef0
commit 9c49baa9ce

View File

@ -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
}