mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +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 {
|
Rectangle {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
color: parent.containsMouse || parent.pressed ? "#4A4949" : "transparent"
|
color: parent.containsMouse || parent.pressed ? "#111111" : "transparent"
|
||||||
}
|
}
|
||||||
|
|
||||||
Image {
|
Image {
|
||||||
|
|
Loading…
Reference in a new issue