From e2a0b4a8eb1efa5e1f3df6473ef339ffc6634f72 Mon Sep 17 00:00:00 2001
From: Anatasof Wirapraja <anatasof.wirapraja@gmail.com>
Date: Tue, 3 Sep 2019 17:05:14 +0700
Subject: fix font.weight

---
 pages/HomeForm.ui.qml | 4 ++--
 1 file 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
-- 
cgit v1.2.3