diff options
Diffstat (limited to 'pages')
-rw-r--r-- | pages/HomeForm.ui.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/HomeForm.ui.qml b/pages/HomeForm.ui.qml index 14ce859..b186701 100644 --- a/pages/HomeForm.ui.qml +++ b/pages/HomeForm.ui.qml @@ -69,9 +69,9 @@ Rectangle { CheckBox { id: taskItem text: qsTr("Task name") + font.weight: Font.Medium font.family: "Google Sans" font.pointSize: 16 - font.weight: medium checked: true width: parent.width height: parent.height @@ -93,9 +93,9 @@ Rectangle { CheckBox { id: taskItem2 text: qsTr("Another task name") + font.weight: Font.Medium font.family: "Google Sans" font.pointSize: 16 - font.weight: medium checked: false width: parent.width height: parent.height |