From 2e7c3c8032979f9d83e1ad896c3c6aab62ac8747b6e7d73ad5019777fc1e4155 Mon Sep 17 00:00:00 2001 From: linuxero Date: Wed, 13 Nov 2024 20:21:21 +0100 Subject: [PATCH] Changed default windows height. We might consider wrapping everything in a ScrollView --- gui/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/main.qml b/gui/main.qml index 06a40e4..72689e3 100644 --- a/gui/main.qml +++ b/gui/main.qml @@ -8,7 +8,7 @@ ApplicationWindow { id: appWindow width: Screen.width * .6 - height: Screen.height * .6 + height: Screen.height * .7 visible: true title: "PYQCRM"