Black resize

This commit is contained in:
MartinUI 2014-07-23 13:59:26 +02:00
parent 6800bb67d7
commit 554c60923d
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 245 B

After

Width:  |  Height:  |  Size: 47 KiB

View file

@ -272,7 +272,7 @@ ApplicationWindow {
Rectangle {
anchors.fill: parent
color: parent.containsMouse || parent.pressed ? "#4A4949" : "transparent"
color: parent.containsMouse || parent.pressed ? "#111111" : "transparent"
}
Image {