mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-26 20:45:54 +00:00
Merge pull request #1970
891ea15
SettingsWallet: hide creating a view wallet for viewOnly wallets (mmbyday)
This commit is contained in:
commit
42103432b7
1 changed files with 2 additions and 0 deletions
|
@ -131,6 +131,7 @@ Rectangle {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.preferredHeight: settingsWallet.itemHeight
|
Layout.preferredHeight: settingsWallet.itemHeight
|
||||||
columnSpacing: 0
|
columnSpacing: 0
|
||||||
|
visible: !appWindow.viewOnly
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
@ -184,6 +185,7 @@ Rectangle {
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
// divider
|
// divider
|
||||||
|
visible: !appWindow.viewOnly
|
||||||
Layout.preferredHeight: 1 * scaleRatio
|
Layout.preferredHeight: 1 * scaleRatio
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.topMargin: 8 * scaleRatio
|
Layout.topMargin: 8 * scaleRatio
|
||||||
|
|
Loading…
Reference in a new issue