mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 01:39:03 +08:00
Update infill slider icon border color to not look like a checkbox, fixes #2487
This commit is contained in:
parent
4b3e83f876
commit
3ddb45160d
@ -485,7 +485,7 @@ Item
|
|||||||
visible: infillIconList.activeIndex == index
|
visible: infillIconList.activeIndex == index
|
||||||
|
|
||||||
border.width: UM.Theme.getSize("default_lining").width
|
border.width: UM.Theme.getSize("default_lining").width
|
||||||
border.color: UM.Theme.getColor("quality_slider_available")
|
border.color: UM.Theme.getColor("quality_slider_unavailable")
|
||||||
|
|
||||||
UM.RecolorImage {
|
UM.RecolorImage {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user