diff --git a/containment/package/contents/ui/PanelBox.qml b/containment/package/contents/ui/PanelBox.qml index 13f6ec06e..1a4019424 100644 --- a/containment/package/contents/ui/PanelBox.qml +++ b/containment/package/contents/ui/PanelBox.qml @@ -304,7 +304,7 @@ Item{ visible: false fillMode: Image.Tile - source: hasBackground ? latteView.layout.background : "../icons/"+editModeVisual.layoutColor+"print.jpg" + source: hasBackground ? latteView.layout.background : "../icons/"+latteView.layout.background+"print.jpg" readonly property bool hasBackground: (latteView && latteView.layout && latteView.layout.background.startsWith("/")) ? true : false