From 5cd1d7695d2e1c90c25603f18a20aae42ff3fcb4 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, 16 Feb 2023 20:02:50 +0800 Subject: Re-indent --- HomeDefault.ui.qml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/HomeDefault.ui.qml b/HomeDefault.ui.qml index ea619af..24078b8 100644 --- a/HomeDefault.ui.qml +++ b/HomeDefault.ui.qml @@ -51,7 +51,7 @@ Flickable { FontLoader { id: roboto source: doesntEmbed ? "" - : "Roboto/Roboto-Medium.ttf" + : "Roboto/Roboto-Medium.ttf" } Label { @@ -61,8 +61,7 @@ Flickable { wrapMode: Text.Wrap Layout.fillWidth: true font { - family: doesntEmbed - ? "Roboto" + family: doesntEmbed ? "Roboto" : roboto.name pixelSize: 19 } @@ -97,9 +96,13 @@ Flickable { radius: 8 color: getStarted.down ? "#d6293e" - : Qt.rgba(.839, .16, .243, .1) + : Qt.rgba(.839, .16, + .243, .1) border { - color: getStarted.down ? "#d6293e" : "transparent" + color: + getStarted.down + ? "#d6293e" + : "transparent" width: 1 } } @@ -124,8 +127,8 @@ Flickable { id: counter interactive: false cellWidth: width < 576 ? width - : width < 1200 ? width / 2 - : width / 4 + : width < 1200 ? width / 2 + : width / 4 cellHeight: 125.6 Layout.fillWidth: true Layout.preferredHeight: width < 576 -- cgit v1.2.3