fix(ModalPopup): use correct path for icon

This commit is contained in:
Pascal Precht 2021-10-14 16:46:34 +02:00 committed by Iuri Matias
parent 3cee9e0c40
commit 3a0c29909e
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ Popup {
SVGImage {
id: closeModalImg
source: Style.svg("close")
source: "../img/close.svg"
width: 11
height: 11
anchors.horizontalCenter: parent.horizontalCenter