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