From 48895cf915d4c1be2534588f18f58ea78079d6ae Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Fri, 6 Sep 2019 16:15:12 +0700 Subject: reduce height --- pages/TaskForm.ui.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pages/TaskForm.ui.qml') diff --git a/pages/TaskForm.ui.qml b/pages/TaskForm.ui.qml index a0f4a98..6010b57 100644 --- a/pages/TaskForm.ui.qml +++ b/pages/TaskForm.ui.qml @@ -8,7 +8,7 @@ RowLayout { id: task width: fillWidth - height: 72 + height: 54 anchors.topMargin: 8 anchors.right: parent.right anchors.rightMargin: 0 @@ -18,13 +18,13 @@ RowLayout { CheckBox { id: checkBox - height: 54 text: qsTr("This is a task title") padding: 8 rightPadding: 16 leftPadding: 16 bottomPadding: 16 topPadding: 16 + Layout.fillHeight: true Layout.fillWidth: true font.family: "Google Sans" font.pointSize: 16 -- cgit v1.2.3