qml: show explanatory text when sharing partially signed tx

after creating a multisig transaction
This commit is contained in:
Sander van Grieken
2023-03-29 11:39:40 +02:00
parent aaad1cf286
commit 288b7cd3bc
3 changed files with 9 additions and 7 deletions
@@ -51,13 +51,12 @@ ElDialog {
}
}
Label {
InfoTextArea {
Layout.fillWidth: true
Layout.margins: constants.paddingLarge
visible: dialog.text_help
text: dialog.text_help
wrapMode: Text.Wrap
Layout.fillWidth: true
}
}
}