Small fixes for sailfish os
[quandoparte] / application / resources / sailfish / qml / cover / CoverPage.qml
1 import QtQuick 2.0
2 import Sailfish.Silica 1.0
3
4 CoverBackground {
5     CoverPlaceholder {
6         anchors.centerIn: parent
7         text: qsTr("Quando Parte")
8         icon.source: "/usr/share/icons/hicolor/meegotouch/apps/quandoparte.png"
9     }
10 }
11
12