From 289ac9e5d334ac051a42d1625d381a94362287e9 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:38:01 +0800 Subject: Join lines & some dots --- InstructorEditProfile.ui.qml | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/InstructorEditProfile.ui.qml b/InstructorEditProfile.ui.qml index 2880e28..5918c18 100644 --- a/InstructorEditProfile.ui.qml +++ b/InstructorEditProfile.ui.qml @@ -54,16 +54,11 @@ Flickable { Label { id: cardHeader Layout.fillWidth: true - text: - qsTr("Edit Profile") + text: qsTr("Edit Profile") padding: 16 font { - family: - doesntEmbed - ? "Roboto" - : bold.name - weight: Font - .Bold + family: doesntEmbed ? "Roboto" : bold.name + weight: Font.Bold pointSize: 23 } } @@ -73,8 +68,7 @@ Flickable { height: 1 border { width: .5 - color: - "#0a000000" + color: "#0a000000" } } @@ -88,8 +82,7 @@ Flickable { Layout.fillWidth: true Layout.bottomMargin: 8 text: qsTr("Profile picture") - color: - "#747579" + color: "#747579" font { family: doesntEmbed ? "Roboto" : regular.name pointSize: 15 @@ -123,8 +116,8 @@ Flickable { contentItem: Text { color: uploadButton.down ? "#ffffff" : "#066ac9" text: qsTr("Change") - horizontalAlignment: Text .AlignHCenter - verticalAlignment: Text .AlignVCenter + horizontalAlignment: Text.AlignHCenter + verticalAlignment: Text.AlignVCenter font { family: doesntEmbed ? "Roboto" : regular.name pointSize: 15 @@ -228,8 +221,7 @@ Flickable { Layout.fillWidth: true Layout.bottomMargin: 8 text: qsTr("Username") - color: - "#747579" + color: "#747579" font { family: doesntEmbed ? "Roboto" : regular.name pointSize: 15 @@ -403,8 +395,7 @@ Flickable { Layout.fillWidth: true Layout.bottomMargin: 8 text: qsTr("Location") - color: - "#747579" + color: "#747579" font { family: doesntEmbed ? "Roboto" : regular.name pointSize: 15 -- cgit v1.2.3