Set preferred width and height for window

This commit is contained in:
Christian Muehlhaeuser 2019-05-17 15:31:37 +02:00
parent 77f1f787ea
commit d8ac5c1b94
No known key found for this signature in database
GPG key ID: 3CF9FA45CA1EBB7E

View file

@ -16,6 +16,8 @@ ApplicationWindow {
minimumWidth: 364
minimumHeight: 590
width: minimumWidth * 2
height: minimumWidth * 1.5
Component.onCompleted: {
if (settings.firstRun) {