fix font rendering

This commit is contained in:
arcan1s
2015-07-11 01:22:24 +03:00
parent 2041e01caa
commit 32f7b9344c
3 changed files with 7 additions and 1 deletions

View File

@ -92,6 +92,7 @@ Item {
font.pointSize: plasmoid.configuration.fontSize
font.weight: fontWeight[plasmoid.configuration.fontWeight]
horizontalAlignment: align[plasmoid.configuration.textAlign]
renderType: Text.NativeRendering
textFormat: Text.RichText
text: "N\\A"
}