1
0

qml: fix bug with lingering info text from previous shown invoice

This commit is contained in:
Sander van Grieken
2022-10-21 13:01:45 +02:00
parent f995a5001d
commit a1fac70ebc
2 changed files with 11 additions and 11 deletions

View File

@@ -296,6 +296,7 @@ ElDialog {
InfoTextArea {
Layout.columnSpan: 2
Layout.alignment: Qt.AlignHCenter
Layout.preferredWidth: parent.width * 3/4
visible: invoice.userinfo
text: invoice.userinfo
}