mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 21:04:32 +00:00
disable desaturation - causes black screen on windows
This commit is contained in:
parent
d22e02ac2a
commit
05487fb946
4 changed files with 20 additions and 20 deletions
|
@ -171,11 +171,11 @@ Rectangle {
|
||||||
}
|
}
|
||||||
|
|
||||||
// indicate disabled state
|
// indicate disabled state
|
||||||
Desaturate {
|
// Desaturate {
|
||||||
anchors.fill: parent
|
// anchors.fill: parent
|
||||||
source: parent
|
// source: parent
|
||||||
desaturation: root.enabled ? 0.0 : 1.0
|
// desaturation: root.enabled ? 0.0 : 1.0
|
||||||
}
|
// }
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -367,11 +367,11 @@ Rectangle {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// indicate disabled state
|
// indicate disabled state
|
||||||
Desaturate {
|
// Desaturate {
|
||||||
anchors.fill: parent
|
// anchors.fill: parent
|
||||||
source: parent
|
// source: parent
|
||||||
desaturation: panel.enabled ? 0.0 : 1.0
|
// desaturation: panel.enabled ? 0.0 : 1.0
|
||||||
}
|
// }
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -282,11 +282,11 @@ Rectangle {
|
||||||
|
|
||||||
|
|
||||||
// indicates disabled state
|
// indicates disabled state
|
||||||
Desaturate {
|
// Desaturate {
|
||||||
anchors.fill: parent
|
// anchors.fill: parent
|
||||||
source: parent
|
// source: parent
|
||||||
desaturation: root.enabled ? 0.0 : 1.0
|
// desaturation: root.enabled ? 0.0 : 1.0
|
||||||
}
|
// }
|
||||||
|
|
||||||
|
|
||||||
/* connect "payment" click */
|
/* connect "payment" click */
|
||||||
|
|
|
@ -150,9 +150,9 @@ Rectangle {
|
||||||
}
|
}
|
||||||
|
|
||||||
// indicate disabled state
|
// indicate disabled state
|
||||||
Desaturate {
|
// Desaturate {
|
||||||
anchors.fill: parent
|
// anchors.fill: parent
|
||||||
source: parent
|
// source: parent
|
||||||
desaturation: root.enabled ? 0.0 : 1.0
|
// desaturation: root.enabled ? 0.0 : 1.0
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue