From 9b7ee3a2ee07415c89b53cb23dca92f02556e405 Mon Sep 17 00:00:00 2001 From: Pascal Precht Date: Tue, 6 Oct 2020 11:39:19 +0200 Subject: [PATCH] uiux: set minimum window height and width Closes #1075 --- ui/main.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/main.qml b/ui/main.qml index 8b75b329ac..4dce3253d7 100644 --- a/ui/main.qml +++ b/ui/main.qml @@ -22,8 +22,8 @@ ApplicationWindow { Universal.theme: Universal.System id: applicationWindow - width: 1232 - height: 770 + minimumWidth: 1232 + minimumHeight: 770 color: Style.current.background title: { // Set application settings