From 2127dd61cda7dcb65b4edd51556158a8e79b0795 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: Wed, 12 Apr 2023 18:30:01 +0800 Subject: Just use (BS) Label now instead of Body --- Authentication/SignIn.ui.qml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'Authentication/SignIn.ui.qml') diff --git a/Authentication/SignIn.ui.qml b/Authentication/SignIn.ui.qml index 09e671a..2cac614 100644 --- a/Authentication/SignIn.ui.qml +++ b/Authentication/SignIn.ui.qml @@ -40,19 +40,21 @@ Flickable { text: titleHeader } - Lbl.Body { + Label { id: titleParagraph text: qsTr("Nice to see you! Please log in with your account.") color: "#6c757d" Layout.fillWidth: true + wrapMode: Label.Wrap font.pointSize: Eduport .leadFontSize } } ColumnLayout { - Lbl.Body { + Label { text: emailLabel + wrapMode: Label.Wrap } Rectangle { @@ -120,8 +122,9 @@ Flickable { ColumnLayout { - Lbl.Body { + Label { text: qsTr("Password *") + wrapMode: Label.Wrap } Rectangle { @@ -189,9 +192,10 @@ Flickable { } } - Lbl.Body { + Label { id: passwordHelper text: qsTr("Your password must be 8 characters at least") + wrapMode: Label.Wrap font.pointSize: Eduport .formTextFontSize color: "#6c757d" @@ -248,8 +252,9 @@ Flickable { RowLayout { Layout.alignment: Qt.AlignHCenter - Lbl.Body { + Label { text: qsTr("Don't have an account?") + wrapMode: Label.Wrap } Text { -- cgit v1.2.3