Add native rendering for QML Label

CURA-6013
This commit is contained in:
Lipu Fei 2018-12-14 15:23:56 +01:00
parent edd4f6e1fa
commit ae695b77e6

View file

@ -29,5 +29,6 @@ Row
anchors.verticalCenter: starIcon.verticalCenter
color: starIcon.color
font: UM.Theme.getFont("small")
renderType: Text.NativeRendering
}
}