LeftPanel: new balance card

This commit is contained in:
selsta
2019-09-06 15:52:45 +02:00
parent ca8138bb46
commit 2ca76ff13c
12 changed files with 180 additions and 239 deletions

View File

@@ -143,6 +143,14 @@ Rectangle {
}
}
RowLayout {
visible: leftPanel.minutesToUnlock !== ""
MoneroComponents.WarningBox {
text: qsTr("Spendable funds: %1 XMR. Please wait ~%2 minutes for your whole balance to become spendable.").arg(leftPanel.balanceUnlockedString).arg(leftPanel.minutesToUnlock)
}
}
GridLayout {
columns: appWindow.walletMode < 2 ? 1 : 2
Layout.fillWidth: true