From 1d5ba672ae43c2473e2a99e9a3e95897de334dbb Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ Date: Sat, 18 Feb 2023 18:22:00 +0800 Subject: Edit profile full name font & padding settings --- InstructorEditProfile.ui.qml | 8 ++++++++ 1 file changed, 8 insertions(+) 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" } -- cgit v1.3