transfer: make simple mode more simple

This commit is contained in:
mmbyday 2019-02-24 17:45:06 -08:00
parent d2c47606ca
commit 63ee61b8c4

View file

@ -127,7 +127,7 @@ Rectangle {
}
GridLayout {
columns: (isMobile)? 1 : 2
columns: (isMobile || !(appWindow.walletMode >= 2)) ? 1 : 2
Layout.fillWidth: true
columnSpacing: 32
@ -165,6 +165,7 @@ Rectangle {
}
ColumnLayout {
visible: appWindow.walletMode >= 2
Layout.fillWidth: true
Label {
id: transactionPriority