diff options
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" |