Show papocchio icon in cover
This commit is contained in:
parent
ae3c9fb55d
commit
4efa44bcdd
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue