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
|
columns: root.wideScreen ? 4 : 2
|
||||||
|
|
||||||
Kirigami.Heading {
|
Kirigami.Heading {
|
||||||
Layout.fillWidth: true
|
|
||||||
level: 1
|
level: 1
|
||||||
text: i18n("%1 days", Math.round((date-Date.now())/86400000))
|
text: i18n("%1 days", Math.round((date-Date.now())/86400000))
|
||||||
}
|
}
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
Kirigami.Heading {
|
Kirigami.Heading {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
level: 2
|
||||||
text: name
|
text: name
|
||||||
}
|
}
|
||||||
Kirigami.Separator {
|
Kirigami.Separator {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue