From 92359188c06b386cf6b48929d6558832fed2dd9c Mon Sep 17 00:00:00 2001 From: Toast Date: Thu, 27 Mar 2025 02:15:32 +0100 Subject: [PATCH] Add missing parameters This fixes some ugly layout bugs --- src/Main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.qml b/src/Main.qml index e5bf2fe..d8477b4 100644 --- a/src/Main.qml +++ b/src/Main.qml @@ -70,13 +70,13 @@ Kirigami.ApplicationWindow { columns: root.wideScreen ? 4 : 2 Kirigami.Heading { - Layout.fillWidth: true level: 1 text: i18n("%1 days", Math.round((date-Date.now())/86400000)) } ColumnLayout { Kirigami.Heading { Layout.fillWidth: true + level: 2 text: name } Kirigami.Separator {