From 8b87b1611b3a143f29abd10aace9150890a101e8 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Sun, 31 Dec 2023 20:16:14 +0100 Subject: [PATCH] Update --- .gitignore | 3 ++- src/contents/ui/main.qml | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 474e379..9af4330 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .vscode -build/ \ No newline at end of file +build/ +.cache/ \ No newline at end of file diff --git a/src/contents/ui/main.qml b/src/contents/ui/main.qml index e406383..63eabaa 100644 --- a/src/contents/ui/main.qml +++ b/src/contents/ui/main.qml @@ -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