Use a saner default app dimensions (bigger height)

This commit is contained in:
ItsDrike 2024-12-08 13:14:44 +01:00
parent 57958ed853
commit 811900c75f
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -7,7 +7,7 @@ ApplicationWindow {
id: app id: app
width: 750 width: 750
height: 650 height: 850
visible: true visible: true
title: qsTr("Solitare") title: qsTr("Solitare")
color: "#019934" color: "#019934"