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

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