This commit is contained in:
marcin 2014-08-19 14:58:45 +02:00
commit 28dd3f2e58
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

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