Changed textColor of recommended infill slider text to be themed.

This is required to make the dark theme work correctly
This commit is contained in:
Jaime van Kessel 2018-12-14 11:36:40 +01:00
parent 8dc2a41fb7
commit 15cd2a9269

View file

@ -144,6 +144,7 @@ Item
anchors.horizontalCenter: parent.horizontalCenter
y: UM.Theme.getSize("thin_margin").height
renderType: Text.NativeRendering
color: UM.Theme.getColor("quality_slider_available")
}
}
}