diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-18 18:22:00 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-18 18:22:00 +0800 |
commit | 1d5ba672ae43c2473e2a99e9a3e95897de334dbb (patch) | |
tree | a423cd2af9ee97f806847192db1ae89c30eb3841 | |
parent | 95467e4c7b848276def988d3784a37fabd5c0991 (diff) |
Edit profile full name font & padding settings
-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" } |