From 91619372151514a5cdcc686f15ea00c574d55cc1 Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Wed, 4 Sep 2019 23:21:31 +0700 Subject: =?UTF-8?q?fixed=20padding=20and=20spacing=20on=20FAB=20?= =?UTF-8?q?=F0=9F=A4=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/HomeForm.ui.qml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/HomeForm.ui.qml b/pages/HomeForm.ui.qml index 3cf2ad9..2fde374 100644 --- a/pages/HomeForm.ui.qml +++ b/pages/HomeForm.ui.qml @@ -68,6 +68,7 @@ Rectangle { id: checkBox height: 54 text: qsTr("This is a task title") + padding: 8 rightPadding: 16 leftPadding: 16 bottomPadding: 16 @@ -76,7 +77,7 @@ Rectangle { font.family: "Google Sans" font.pointSize: 16 font.weight: Font.Medium - spacing: 16 + spacing: 24 } RoundButton { id: chevronRight @@ -120,6 +121,8 @@ Rectangle { + + /*##^## Designer { D{i:0;autoSize:true;height:480;width:640} } -- cgit v1.2.3