From e71afce27b7298e42775b364f821ed88f2904813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Sat, 18 Feb 2023 17:35:53 +0800 Subject: Fix bottom margins --- InstructorEditProfile.ui.qml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'InstructorEditProfile.ui.qml') diff --git a/InstructorEditProfile.ui.qml b/InstructorEditProfile.ui.qml index 22464c2..fbad8fa 100644 --- a/InstructorEditProfile.ui.qml +++ b/InstructorEditProfile.ui.qml @@ -86,7 +86,7 @@ Flickable { Label { Layout.fillWidth: true - Layout.bottomMargin: 9 + Layout.bottomMargin: 8 text: qsTr("Profile picture") color: "#747579" @@ -150,7 +150,7 @@ Flickable { Label { Layout.fillWidth: true - Layout.bottomMargin: 9 + Layout.bottomMargin: 8 text: qsTr("Full name") color: "#747579" @@ -172,7 +172,7 @@ Flickable { Label { Layout.fillWidth: true - Layout.bottomMargin: 9 + Layout.bottomMargin: 8 text: qsTr("Username") color: "#747579" @@ -194,7 +194,7 @@ Flickable { Label { Layout.fillWidth: true - Layout.bottomMargin: 9 + Layout.bottomMargin: 8 text: qsTr("Email id") color: "#747579" @@ -216,7 +216,7 @@ Flickable { Label { Layout.fillWidth: true - Layout.bottomMargin: 9 + Layout.bottomMargin: 8 text: qsTr("Phone number") color: "#747579" @@ -238,7 +238,7 @@ Flickable { Label { Layout.fillWidth: true - Layout.bottomMargin: 9 + Layout.bottomMargin: 8 text: qsTr("Location") color: "#747579" -- cgit v1.2.3