From 44160450e77455321084a7d89dddb9b2afe0dcf5 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, 11 Feb 2023 17:26:37 +0800 Subject: More font fixes --- SignUpFlickable.ui.qml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SignUpFlickable.ui.qml b/SignUpFlickable.ui.qml index 9960ee1..c0afebe 100644 --- a/SignUpFlickable.ui.qml +++ b/SignUpFlickable.ui.qml @@ -126,6 +126,7 @@ Flickable { placeholderText: "*********" echoMode: TextInput.Password font.pixelSize: 16 + font.family: "Roboto" Layout.fillWidth: true Layout.fillHeight: true background: Rectangle { @@ -166,6 +167,7 @@ Flickable { placeholderText: "*********" echoMode: TextInput.Password font.pixelSize: 16 + font.family: "Roboto" Layout.fillWidth: true Layout.fillHeight: true background: Rectangle { @@ -187,6 +189,7 @@ Flickable { contentItem: Text { color: "#6c757d" text: agreementCheckBox.text + font: agreementCheckBox.font verticalAlignment: Text.AlignVCenter leftPadding: agreementCheckBox.indicator.width + agreementCheckBox.spacing } @@ -221,12 +224,14 @@ Flickable { Label { text: qsTr("Already have an account?") font.pixelSize: 16 + font.family: "Roboto" } Text { id: signIn text: "Sign in here" font.pixelSize: 16 + font.family: "Roboto" font.underline: false linkColor: Qt.rgba(.0235, .416, .788, 1.0) } -- cgit v1.2.3