From 4efa44bcddffab255badc8b66826e2ab47031ff9 Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Fri, 26 Jun 2015 17:00:40 +0200 Subject: [PATCH] Show papocchio icon in cover --- qml/cover/CoverPage.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qml/cover/CoverPage.qml b/qml/cover/CoverPage.qml index 7c08909..20164d9 100644 --- a/qml/cover/CoverPage.qml +++ b/qml/cover/CoverPage.qml @@ -20,10 +20,10 @@ import QtQuick 2.0 import Sailfish.Silica 1.0 CoverBackground { - Label { - id: label - anchors.centerIn: parent + + CoverPlaceholder { text: qsTr("Draw!") + icon.source: "/usr/share/icons/hicolor/86x86/apps/harbour-papocchio.png" } }