Increase window size

This commit is contained in:
Toast 2025-03-27 01:57:36 +01:00
parent 60c5a9ec91
commit 8882908df1

View file

@ -9,8 +9,8 @@ Kirigami.ApplicationWindow {
// Unique identifier to reference this object // Unique identifier to reference this object
id: root id: root
width: 400 width: 600
height: 300 height: 400
// Window title // Window title
// i18nc() makes a string translatable // i18nc() makes a string translatable