Skip to content

Commit e474aaf

Browse files
committed
[Controls] Fixup img import
1 parent d25bcb5 commit e474aaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/controls/qml/ListViewItemWithActions.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Item {
5252

5353
sourceSize.width: width
5454
sourceSize.height: height
55-
source: (icon != "") ? icon : iconVisible ? "images/listview-icon-template-s.svg" : ""
55+
source: (icon != "") ? icon : iconVisible ? "qrc://images/listview-icon-template-s.svg" : ""
5656
fillMode: Image.PreserveAspectFit
5757
}
5858

@@ -242,7 +242,7 @@ Item {
242242
sourceSize.width: width
243243
sourceSize.height: height
244244

245-
source: "images/listview-icon-arrow.svg?" + Theme.textColor
245+
source: "qrc://images/listview-icon-arrow.svg?" + Theme.textColor
246246
visible: showNext
247247
}
248248

0 commit comments

Comments
 (0)