summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-04 23:21:31 +0700
committerAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-04 23:21:31 +0700
commit91619372151514a5cdcc686f15ea00c574d55cc1 (patch)
tree53aa37aa2d0a4ab4e6a7454b388c0019ac7aa1eb
parent88f390d372bff0bba23e5e91140e238a7ec0f2f7 (diff)
fixed padding and spacing on FAB 🤪
-rw-r--r--pages/HomeForm.ui.qml5
1 files changed, 4 insertions, 1 deletions
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}
}