From 1ac6df1b4a02347919baaacde86326967bd9a9fc 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, 18 Jan 2023 13:05:34 +0800 Subject: Set SignIn pixel sizes --- SignInFlickable.ui.qml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/SignInFlickable.ui.qml b/SignInFlickable.ui.qml index e87d2aa..e52415d 100644 --- a/SignInFlickable.ui.qml +++ b/SignInFlickable.ui.qml @@ -16,6 +16,7 @@ GridLayout { ColumnLayout { Label { text: qsTr("Email address *") + font.pixelSize: 15 } RowLayout { Image { @@ -25,6 +26,7 @@ GridLayout { TextField { id: email placeholderText: qsTr("E-mail") + font.pixelSize: 15 Layout.fillWidth: true } } @@ -33,6 +35,7 @@ GridLayout { ColumnLayout { Label { text: qsTr("Password *") + font.pixelSize: 15 } RowLayout { Image { @@ -45,6 +48,7 @@ GridLayout { TextField { id: password placeholderText: qsTr("password") + font.pixelSize: 15 Layout.fillWidth: true } } @@ -53,6 +57,7 @@ GridLayout { Button { id: button text: qsTr("Login") + font.pixelSize: 15 Layout.fillWidth: true } } @@ -61,12 +66,14 @@ GridLayout { Layout.alignment: Qt.AlignHCenter Label { text: qsTr("Don't have an account?") + font.pixelSize: 15 } Text { id: signUp text: "Signup here" - linkColor: Qt.rgba(.0235, .416, .788, 1.0) + font.pixelSize: 15 font.underline: false + linkColor: Qt.rgba(.0235, .416, .788, 1.0) } } } -- cgit v1.2.3