1
mirror of https://github.com/monero-project/monero-gui synced 2024-11-24 11:17:15 +01:00

Merge pull request #1960

63ee61b transfer: make simple mode more simple (mmbyday)
This commit is contained in:
luigi1111 2019-06-25 14:00:47 -05:00
commit 3c3848633e
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -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