diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-16 20:02:50 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-16 20:02:50 +0800 |
commit | 5cd1d7695d2e1c90c25603f18a20aae42ff3fcb4 (patch) | |
tree | 02cc4b33bfe32322d564c8c1f5af36d5ae17766e | |
parent | 278400d12d74654ee26cde922884a5fc70d57de3 (diff) |
Re-indent
-rw-r--r-- | HomeDefault.ui.qml | 17 |
1 files 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 |