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
|
||||
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 {
|
||||
|
|
Loading…
Reference in New Issue