diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-18 17:35:53 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-18 17:35:53 +0800 |
commit | e71afce27b7298e42775b364f821ed88f2904813 (patch) | |
tree | 00a9d8d9355a8274734b863d743270484d6a6ffa /InstructorEditProfile.ui.qml | |
parent | 643e05843af3826e6a4ce46741d31b980e4522f5 (diff) |
Fix bottom margins
Diffstat (limited to 'InstructorEditProfile.ui.qml')
-rw-r--r-- | InstructorEditProfile.ui.qml | 12 |
1 files 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" |