Update
This commit is contained in:
parent
44366b9320
commit
8b87b1611b
2 changed files with 5 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
.vscode
|
||||
build/
|
||||
build/
|
||||
.cache/
|
|
@ -16,7 +16,9 @@ Kirigami.ApplicationWindow {
|
|||
|
||||
// Set the first page that will be loaded when the app opens
|
||||
// This can also be set to an id of a Kirigami.Page
|
||||
pageStack.initialPage: Kirigami.Page {
|
||||
pageStack.initialPage: Kirigami.ScrollablePage {
|
||||
title: i18nc("@title", "Kountdown")
|
||||
|
||||
Controls.Label {
|
||||
// Center label horizontally and vertically within parent object
|
||||
anchors.centerIn: parent
|
||||
|
|
Loading…
Reference in a new issue