mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-26 12:21:26 -07:00
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:
parent
8dc2a41fb7
commit
15cd2a9269
1 changed files with 1 additions and 0 deletions
|
|
@ -144,6 +144,7 @@ Item
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
y: UM.Theme.getSize("thin_margin").height
|
y: UM.Theme.getSize("thin_margin").height
|
||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
|
color: UM.Theme.getColor("quality_slider_available")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue