Qml-app update all available icons to SVG

This commit is contained in:
Gioacchino Mazzurco 2017-07-07 14:28:41 +02:00
parent 8ebd0f770f
commit 163f6b14af
26 changed files with 202 additions and 26 deletions

View file

@ -197,9 +197,11 @@ ApplicationWindow
Image
{
source: "qrc:/icons/application-menu.png"
source: "qrc:/icons/application-menu.svg"
height: parent.height - 10
width: parent.height - 10
width: height
sourceSize.height: height
sourceSize.width: height
anchors.centerIn: parent
}