summaryrefslogtreecommitdiff
path: root/Authentication
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-23 10:38:54 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-23 10:38:54 +0800
commitd18f2df2d631606a30922148b019b5cef1764f6d (patch)
treebb6e21efd26ccf860dfb149824e069d852961ec0 /Authentication
parent9a8c9b16fddd96ec2705f64d7023aedcde71d6e5 (diff)
Each header has its own QML
Diffstat (limited to 'Authentication')
-rw-r--r--Authentication/SignIn.ui.qml6
-rw-r--r--Authentication/SignUp.ui.qml6
2 files changed, 2 insertions, 10 deletions
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 {