diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-18 18:38:01 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-18 18:38:01 +0800 |
commit | 289ac9e5d334ac051a42d1625d381a94362287e9 (patch) | |
tree | d0bb5318a4fafd63dbbe759292083ad536474a5e | |
parent | a3c6dc048b7b173107436f58ff5d40577fe7ed3f (diff) |
Join lines & some dots
-rw-r--r-- | InstructorEditProfile.ui.qml | 27 |
1 files 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 |