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

@ -1,3 +1,8 @@
Ver.1.4.9
---------
* plasmoid
* change rendering from Qt to native
Ver.1.4.8
---------
* gui

View File

@ -11,7 +11,7 @@ set (PROJECT_CONTACT "esalexeev@gmail.com")
set (PROJECT_LICENSE "GPLv3")
set (PROJECT_VERSION_MAJOR 1)
set (PROJECT_VERSION_MINOR 4)
set (PROJECT_VERSION_PATCH 8)
set (PROJECT_VERSION_PATCH 9)
set (PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH})
string (TIMESTAMP CURRENT_DATE "%Y-%m-%d %H:%M" UTC)
string (TIMESTAMP CURRENT_YEAR "%Y")

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"
}