Use a saner default app dimensions (bigger height)
This commit is contained in:
parent
57958ed853
commit
811900c75f
|
@ -7,7 +7,7 @@ ApplicationWindow {
|
|||
id: app
|
||||
|
||||
width: 750
|
||||
height: 650
|
||||
height: 850
|
||||
visible: true
|
||||
title: qsTr("Solitare")
|
||||
color: "#019934"
|
||||
|
|
Loading…
Reference in a new issue