This commit is contained in:
Florian RICHER 2023-12-31 20:16:14 +01:00
parent 44366b9320
commit 8b87b1611b
2 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View file

@ -1,2 +1,3 @@
.vscode
build/
build/
.cache/

View file

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