Show papocchio icon in cover

This commit is contained in:
Andrea Scarpino 2015-06-26 17:00:40 +02:00
parent ae3c9fb55d
commit 4efa44bcdd

View file

@ -20,10 +20,10 @@ import QtQuick 2.0
import Sailfish.Silica 1.0 import Sailfish.Silica 1.0
CoverBackground { CoverBackground {
Label {
id: label CoverPlaceholder {
anchors.centerIn: parent
text: qsTr("Draw!") text: qsTr("Draw!")
icon.source: "/usr/share/icons/hicolor/86x86/apps/harbour-papocchio.png"
} }
} }