mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-22 19:49:34 +00:00
Merge pull request #1960
63ee61b
transfer: make simple mode more simple (mmbyday)
This commit is contained in:
commit
3c3848633e
1 changed files with 2 additions and 1 deletions
|
@ -144,7 +144,7 @@ Rectangle {
|
|||
}
|
||||
|
||||
GridLayout {
|
||||
columns: (isMobile)? 1 : 2
|
||||
columns: (isMobile || !(appWindow.walletMode >= 2)) ? 1 : 2
|
||||
Layout.fillWidth: true
|
||||
columnSpacing: 32
|
||||
|
||||
|
@ -182,6 +182,7 @@ Rectangle {
|
|||
}
|
||||
|
||||
ColumnLayout {
|
||||
visible: appWindow.walletMode >= 2
|
||||
Layout.fillWidth: true
|
||||
Label {
|
||||
id: transactionPriority
|
||||
|
|
Loading…
Reference in a new issue