From e71afce27b7298e42775b364f821ed88f2904813 Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ Date: Sat, 18 Feb 2023 17:35:53 +0800 Subject: Fix bottom margins --- InstructorEditProfile.ui.qml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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.3