diff options
-rw-r--r-- | CardItem.ui.qml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/CardItem.ui.qml b/CardItem.ui.qml index e1b1929..42fab21 100644 --- a/CardItem.ui.qml +++ b/CardItem.ui.qml @@ -33,7 +33,7 @@ Rectangle { Label { text: qsTr("Beginner") - font.pixelSize:12 + font.pointSize:12 anchors { verticalCenter: parent.verticalCenter left: parent.left @@ -65,8 +65,8 @@ Rectangle { right: parent.right rightMargin: 16 } - font.weight: Font.Bold - font.pixelSize: 24 + font.weight: Font.Medium + font.pointSize: 20 } Label { @@ -83,7 +83,7 @@ Rectangle { right: parent.right rightMargin: 16 } - font.pixelSize: 14 + font.pointSize: 14 } } } |