Add missing parameters
This fixes some ugly layout bugs
This commit is contained in:
parent
d3ea32dfca
commit
92359188c0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue