1
mirror of https://github.com/monero-project/monero-gui synced 2025-01-05 19:56:26 +01:00
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

(image error) Size: 245 B

After

(image error) 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 {