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