From 5f438f95de2f53cf4f4529fa7760b476c5f1bb02 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sun, 13 Oct 2024 20:44:35 +0100 Subject: [PATCH] qml: make the window a bit bigger ref #2 --- qml/main.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qml/main.qml b/qml/main.qml index cf13a67..2663e60 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -3,8 +3,8 @@ import QtQuick.Controls import QtQuick.Layouts ApplicationWindow { - property var _width: 620 - property var _height: 400 + property var _width: 720 + property var _height: 440 property var _first_panel_height: 120 minimumWidth: _width