1
mirror of https://github.com/monero-project/monero-gui synced 2024-12-19 04:45:53 +01:00

Merge pull request #2676

181866b Set minimum window size (tobtoht)
This commit is contained in:
luigi1111 2020-01-02 10:46:18 -05:00
commit 23e3d82441
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

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