We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d25bcb5 commit e474aafCopy full SHA for e474aaf
src/controls/qml/ListViewItemWithActions.qml
@@ -52,7 +52,7 @@ Item {
52
53
sourceSize.width: width
54
sourceSize.height: height
55
- source: (icon != "") ? icon : iconVisible ? "images/listview-icon-template-s.svg" : ""
+ source: (icon != "") ? icon : iconVisible ? "qrc://images/listview-icon-template-s.svg" : ""
56
fillMode: Image.PreserveAspectFit
57
}
58
@@ -242,7 +242,7 @@ Item {
242
243
244
245
- source: "images/listview-icon-arrow.svg?" + Theme.textColor
+ source: "qrc://images/listview-icon-arrow.svg?" + Theme.textColor
246
visible: showNext
247
248
0 commit comments