diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-03 17:05:14 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-03 17:05:14 +0700 |
commit | e2a0b4a8eb1efa5e1f3df6473ef339ffc6634f72 (patch) | |
tree | 742af1a8b0f0a8e676ddd52e0fafde20adc5db19 /pages/HomeForm.ui.qml | |
parent | be15c99d9aeb88656e24360e6b514ec91eb6ed95 (diff) |
fix font.weight
Diffstat (limited to 'pages/HomeForm.ui.qml')
-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 |