fix(ModalPopup): use correct path for icon
This commit is contained in:
parent
3cee9e0c40
commit
3a0c29909e
|
@ -88,7 +88,7 @@ Popup {
|
||||||
|
|
||||||
SVGImage {
|
SVGImage {
|
||||||
id: closeModalImg
|
id: closeModalImg
|
||||||
source: Style.svg("close")
|
source: "../img/close.svg"
|
||||||
width: 11
|
width: 11
|
||||||
height: 11
|
height: 11
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
|
|
Loading…
Reference in New Issue