Add missing parameters

This fixes some ugly layout bugs
This commit is contained in:
Toast 2025-03-27 02:15:32 +01:00
parent d3ea32dfca
commit 92359188c0

View file

@ -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 {