From 1d5ba672ae43c2473e2a99e9a3e95897de334dbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= 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.2.3