From d18f2df2d631606a30922148b019b5cef1764f6d 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: Thu, 23 Mar 2023 10:38:54 +0800 Subject: Each header has its own QML --- Authentication/SignIn.ui.qml | 6 +----- Authentication/SignUp.ui.qml | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) (limited to 'Authentication') diff --git a/Authentication/SignIn.ui.qml b/Authentication/SignIn.ui.qml index f36f61d..9f54dd6 100644 --- a/Authentication/SignIn.ui.qml +++ b/Authentication/SignIn.ui.qml @@ -35,13 +35,9 @@ Flickable { ColumnLayout { id: columnLayout - Lbl.Hx { + Lbl.H2 { Layout.fillWidth: true text: titleHeader - font.pointSize: 21.75 - + .013125 - * columnLayout - .width } Lbl.Body { diff --git a/Authentication/SignUp.ui.qml b/Authentication/SignUp.ui.qml index 683ee7b..1732530 100644 --- a/Authentication/SignUp.ui.qml +++ b/Authentication/SignUp.ui.qml @@ -36,13 +36,9 @@ Flickable { ColumnLayout { id: columnLayout - Lbl.Hx { + Lbl.H2 { Layout.fillWidth: true text: titleHeader - font.pointSize: 21.75 - + .013125 - * columnLayout - .width } Lbl.Body { -- cgit v1.2.3