Set minimum window size

This commit is contained in:
thotbot 2019-12-21 21:43:37 +00:00
parent 500c7ec82e
commit 181866ba4a
1 changed files with 2 additions and 0 deletions

View File

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