Use a saner default app dimensions (bigger height)
This commit is contained in:
parent
57958ed853
commit
811900c75f
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue