mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-04-24 15:37:23 +00:00
fix font rendering
This commit is contained in:
parent
2041e01caa
commit
32f7b9344c
@ -1,3 +1,8 @@
|
|||||||
|
Ver.1.4.9
|
||||||
|
---------
|
||||||
|
* plasmoid
|
||||||
|
* change rendering from Qt to native
|
||||||
|
|
||||||
Ver.1.4.8
|
Ver.1.4.8
|
||||||
---------
|
---------
|
||||||
* gui
|
* gui
|
||||||
|
@ -11,7 +11,7 @@ set (PROJECT_CONTACT "esalexeev@gmail.com")
|
|||||||
set (PROJECT_LICENSE "GPLv3")
|
set (PROJECT_LICENSE "GPLv3")
|
||||||
set (PROJECT_VERSION_MAJOR 1)
|
set (PROJECT_VERSION_MAJOR 1)
|
||||||
set (PROJECT_VERSION_MINOR 4)
|
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})
|
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_DATE "%Y-%m-%d %H:%M" UTC)
|
||||||
string (TIMESTAMP CURRENT_YEAR "%Y")
|
string (TIMESTAMP CURRENT_YEAR "%Y")
|
||||||
|
@ -92,6 +92,7 @@ Item {
|
|||||||
font.pointSize: plasmoid.configuration.fontSize
|
font.pointSize: plasmoid.configuration.fontSize
|
||||||
font.weight: fontWeight[plasmoid.configuration.fontWeight]
|
font.weight: fontWeight[plasmoid.configuration.fontWeight]
|
||||||
horizontalAlignment: align[plasmoid.configuration.textAlign]
|
horizontalAlignment: align[plasmoid.configuration.textAlign]
|
||||||
|
renderType: Text.NativeRendering
|
||||||
textFormat: Text.RichText
|
textFormat: Text.RichText
|
||||||
text: "N\\A"
|
text: "N\\A"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user