qml: make the window a bit bigger

ref #2
This commit is contained in:
Vaxry 2024-10-13 20:44:35 +01:00
parent fc6ef308e2
commit 5f438f95de
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ import QtQuick.Controls
import QtQuick.Layouts import QtQuick.Layouts
ApplicationWindow { ApplicationWindow {
property var _width: 620 property var _width: 720
property var _height: 400 property var _height: 440
property var _first_panel_height: 120 property var _first_panel_height: 120
minimumWidth: _width minimumWidth: _width