mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 03:59:38 +00:00
Black resize
This commit is contained in:
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 |
2
main.qml
2
main.qml
|
@ -272,7 +272,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