1
mirror of https://github.com/monero-project/monero-gui synced 2024-11-30 08:40:03 +01:00

Merge pull request #1970

891ea15 SettingsWallet: hide creating a view wallet for viewOnly wallets (mmbyday)
This commit is contained in:
luigi1111 2019-02-25 14:42:06 -06:00
commit 42103432b7
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -131,6 +131,7 @@ Rectangle {
Layout.fillWidth: true
Layout.preferredHeight: settingsWallet.itemHeight
columnSpacing: 0
visible: !appWindow.viewOnly
ColumnLayout {
Layout.fillWidth: true
@ -184,6 +185,7 @@ Rectangle {
Rectangle {
// divider
visible: !appWindow.viewOnly
Layout.preferredHeight: 1 * scaleRatio
Layout.fillWidth: true
Layout.topMargin: 8 * scaleRatio