remove warnings

This commit is contained in:
Patrick von Reth 2014-08-20 13:25:40 +02:00
parent a7f25dd584
commit 875a3e44c3
2 changed files with 0 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

View File

@ -97,7 +97,6 @@ Rectangle {
anchors.topMargin: 0
z: 4
fillMode: Image.PreserveAspectFit
source: "../../../../data/freedesktop-dbus.png"
}
Image {
@ -109,7 +108,6 @@ Rectangle {
anchors.bottom: parent.bottom
anchors.bottomMargin: 8
fillMode: Image.PreserveAspectFit
source: "../../../../data/snore.png"
}
Image {
@ -122,7 +120,6 @@ Rectangle {
anchors.rightMargin: 0
fillMode: Image.PreserveAspectFit
z: 3
source: "resources/close.png"
visible: false
MouseArea {