mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
Update infill slider icon border color to not look like a checkbox, fixes #2487
This commit is contained in:
parent
4b3e83f876
commit
3ddb45160d
1 changed files with 1 additions and 1 deletions
|
@ -485,7 +485,7 @@ Item
|
|||
visible: infillIconList.activeIndex == index
|
||||
|
||||
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 {
|
||||
anchors.fill: parent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue