summaryrefslogtreecommitdiff
path: root/InstructorEditProfile.ui.qml
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-02-18 17:35:53 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-02-18 17:35:53 +0800
commite71afce27b7298e42775b364f821ed88f2904813 (patch)
tree00a9d8d9355a8274734b863d743270484d6a6ffa /InstructorEditProfile.ui.qml
parent643e05843af3826e6a4ce46741d31b980e4522f5 (diff)
Fix bottom margins
Diffstat (limited to 'InstructorEditProfile.ui.qml')
-rw-r--r--InstructorEditProfile.ui.qml12
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"