Merge pull request #2676

181866b Set minimum window size (tobtoht)
pull/2/head
luigi1111 5 years ago
commit 23e3d82441
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

@ -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