diff options
Diffstat (limited to 'imports/Eduport')
-rw-r--r-- | imports/Eduport/Eduport.qml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/imports/Eduport/Eduport.qml b/imports/Eduport/Eduport.qml index 14fe725..db2a6fa 100644 --- a/imports/Eduport/Eduport.qml +++ b/imports/Eduport/Eduport.qml @@ -28,9 +28,10 @@ QtObject { family: haveRoboto ? "Roboto" : roboto.name, weight: Font.Bold }) - readonly property font hFont: Qt.font({ + readonly property font hxFont: Qt.font({ family: bold.name, - weight: Font.Bold + weight: Font.Bold, + pointSize: h6FontSize }) readonly property font fwNormalFont: Qt.font({ family: medium.name, |