remove warnings
This commit is contained in:
parent
a7f25dd584
commit
875a3e44c3
Binary file not shown.
Before Width: | Height: | Size: 27 KiB |
|
@ -97,7 +97,6 @@ Rectangle {
|
||||||
anchors.topMargin: 0
|
anchors.topMargin: 0
|
||||||
z: 4
|
z: 4
|
||||||
fillMode: Image.PreserveAspectFit
|
fillMode: Image.PreserveAspectFit
|
||||||
source: "../../../../data/freedesktop-dbus.png"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Image {
|
Image {
|
||||||
|
@ -109,7 +108,6 @@ Rectangle {
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
anchors.bottomMargin: 8
|
anchors.bottomMargin: 8
|
||||||
fillMode: Image.PreserveAspectFit
|
fillMode: Image.PreserveAspectFit
|
||||||
source: "../../../../data/snore.png"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Image {
|
Image {
|
||||||
|
@ -122,7 +120,6 @@ Rectangle {
|
||||||
anchors.rightMargin: 0
|
anchors.rightMargin: 0
|
||||||
fillMode: Image.PreserveAspectFit
|
fillMode: Image.PreserveAspectFit
|
||||||
z: 3
|
z: 3
|
||||||
source: "resources/close.png"
|
|
||||||
visible: false
|
visible: false
|
||||||
|
|
||||||
MouseArea {
|
MouseArea {
|
||||||
|
|
Loading…
Reference in New Issue