From d8ac5c1b94c96cfb56a1f82d0947f1c5c947dc1f Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Fri, 17 May 2019 15:31:37 +0200 Subject: [PATCH] Set preferred width and height for window --- qml/telephant.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qml/telephant.qml b/qml/telephant.qml index c0a98ba..c84bcf3 100644 --- a/qml/telephant.qml +++ b/qml/telephant.qml @@ -16,6 +16,8 @@ ApplicationWindow { minimumWidth: 364 minimumHeight: 590 + width: minimumWidth * 2 + height: minimumWidth * 1.5 Component.onCompleted: { if (settings.firstRun) {