mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Merge branch 'master' of https://bitbucket.org/krzysztof_anonimowy/bitmonero
This commit is contained in:
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 |
2
main.qml
2
main.qml
|
@ -298,7 +298,7 @@ ApplicationWindow {
|
|||
|
||||
Rectangle {
|
||||
anchors.fill: parent
|
||||
color: parent.containsMouse || parent.pressed ? "#4A4949" : "transparent"
|
||||
color: parent.containsMouse || parent.pressed ? "#111111" : "transparent"
|
||||
}
|
||||
|
||||
Image {
|
||||
|
|
Loading…
Reference in a new issue