mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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
|
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…
Add table
Add a link
Reference in a new issue