diff options
| author | thotbot <thotbot@protonmail.com> | 2019-12-21 21:43:37 +0000 |
|---|---|---|
| committer | thotbot <thotbot@protonmail.com> | 2019-12-21 21:43:37 +0000 |
| commit | 181866ba4a7b375c2f638890c73aa3ef4af16502 (patch) | |
| tree | 05ab8a4dfbb14d3529a7c6a0270487ba0b7f5067 | |
| parent | 500c7ec82e1d0d8b0f1fb45e2649a7795d4e5a22 (diff) | |
| download | monzero-gui-181866ba4a7b375c2f638890c73aa3ef4af16502.tar.gz monzero-gui-181866ba4a7b375c2f638890c73aa3ef4af16502.tar.xz monzero-gui-181866ba4a7b375c2f638890c73aa3ef4af16502.zip | |
Set minimum window size
| -rw-r--r-- | main.qml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
