Add missing renderType: Text.NativeRendering

CURA-6598
This commit is contained in:
Lipu Fei 2019-09-03 10:53:46 +02:00
parent 001c2ec753
commit 0926c223b2
4 changed files with 7 additions and 0 deletions

View file

@ -45,6 +45,7 @@ Item
}
text: catalog.i18nc("@label", "Profile")
font: UM.Theme.getFont("medium")
renderType: Text.NativeRendering
color: UM.Theme.getColor("text")
verticalAlignment: Text.AlignVCenter
}
@ -69,6 +70,7 @@ Item
anchors.verticalCenter: intentSelection.verticalCenter
height: contentHeight
verticalAlignment: Text.AlignVCenter
renderType: Text.NativeRendering
}
background: Rectangle