Set ScalingLabel to default to PlainText

This commit is contained in:
Sarah Jamie Lewis 2019-02-11 14:42:50 -08:00
parent 48f558272f
commit 316f9246c0
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ Label {
font.pixelSize: gcd.themeScale * size
wrapMode: Text.WordWrap
color: "#000000"
textFormat: Text.PlainText
property real size: 12
}