1
0

qml: introduction text bottom margins in RbF bump fee and cancel dialogs

This commit is contained in:
Sander van Grieken
2023-03-21 09:44:53 +01:00
parent 077ea9a4a5
commit 3cf732cb51
2 changed files with 2 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ ElDialog {
Label {
Layout.columnSpan: 2
Layout.fillWidth: true
Layout.bottomMargin: constants.paddingLarge
text: qsTr('Increase your transaction\'s fee to improve its position in the mempool')
wrapMode: Text.Wrap
}

View File

@@ -44,6 +44,7 @@ ElDialog {
Label {
Layout.columnSpan: 2
Layout.fillWidth: true
Layout.bottomMargin: constants.paddingLarge
text: qsTr('Cancel an unconfirmed RBF transaction by double-spending its inputs back to your wallet with a higher fee.')
wrapMode: Text.Wrap
}