Add missing font & color

CURA-6810
This commit is contained in:
Jaime van Kessel 2019-09-26 12:55:14 +02:00
parent 9ced5e9205
commit b72b542d21
No known key found for this signature in database
GPG key ID: 3710727397403C91
3 changed files with 8 additions and 1 deletions

View file

@ -67,6 +67,8 @@ Item
{
id: textLabel
text: intentSelection.text
font: UM.Theme.getFont("default")
color: UM.Theme.getColor("text")
anchors.left: parent.left
anchors.leftMargin: UM.Theme.getSize("default_margin").width
anchors.verticalCenter: intentSelection.verticalCenter