From 5181ed4a87b96b1af7185bdfb8f36e1338a846b3 Mon Sep 17 00:00:00 2001 From: Khushboo Mehta Date: Thu, 14 Jul 2022 00:13:37 +0200 Subject: [PATCH] fix(@desktop): Set minimum window size to 680px. Solves 'Receive' pop-up doesn't look good in the minimized window fixes #6320 --- ui/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/main.qml b/ui/main.qml index 73cac0fc9f..d86fa6fb74 100644 --- a/ui/main.qml +++ b/ui/main.qml @@ -26,7 +26,7 @@ StatusWindow { id: applicationWindow objectName: "mainWindow" minimumWidth: 900 - minimumHeight: 600 + minimumHeight: 680 color: Style.current.background title: { // Set application settings