From 181866ba4a7b375c2f638890c73aa3ef4af16502 Mon Sep 17 00:00:00 2001 From: thotbot Date: Sat, 21 Dec 2019 21:43:37 +0000 Subject: [PATCH] Set minimum window size --- main.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.qml b/main.qml index 997c3511..a191a499 100644 --- a/main.qml +++ b/main.qml @@ -49,6 +49,8 @@ import "js/Windows.js" as Windows ApplicationWindow { id: appWindow title: "Monero" + (walletName ? " - " + walletName : "") + minimumWidth: 750 + minimumHeight: 450 property var currentItem property bool hideBalanceForced: false