diff options
Diffstat (limited to 'InstructorEditProfile.ui.qml')
-rw-r--r-- | InstructorEditProfile.ui.qml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/InstructorEditProfile.ui.qml b/InstructorEditProfile.ui.qml index 865d04d..4639f7d 100644 --- a/InstructorEditProfile.ui.qml +++ b/InstructorEditProfile.ui.qml @@ -174,6 +174,10 @@ Flickable { placeholderText: qsTr("First name") width: parent.width / 2 anchors.left: parent.left + topPadding: 8 + leftPadding: 16 + rightPadding: 16 + bottomPadding: 8 background: Rectangle { color: "transparent" } @@ -195,6 +199,10 @@ Flickable { placeholderText: qsTr("Last name") width: parent.width / 2 anchors.right: parent.right + topPadding: 8 + leftPadding: 16 + rightPadding: 16 + bottomPadding: 8 background: Rectangle { color: "transparent" } |