1
0

qml: fix name clash QML vs registered QObjects NewWalletWizard and ServerConnectWizard

This commit is contained in:
Sander van Grieken
2023-02-16 13:22:24 +01:00
parent 46ed94eb3a
commit fa45e1b7ba
3 changed files with 5 additions and 2 deletions

View File

@@ -26,6 +26,8 @@ TextHighlightPane {
RowLayout {
width: parent.width
spacing: constants.paddingLarge
Image {
source: iconStyle == InfoTextArea.IconStyle.Info
? "../../../icons/info.png"