diff options
| author | Riccardo Spagni <ric@spagni.net> | 2016-10-29 10:51:20 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2016-10-29 10:51:20 +0200 |
| commit | 9ae382d4a6a775e899eb5fb44a82e4adb237c0bc (patch) | |
| tree | f4aa0674602b017fb83712252743f45e5a2b22b9 /BasicPanel.qml | |
| parent | d22e02ac2a0b802f9cc57184b909d92349f810e0 (diff) | |
| parent | 05487fb9468eef155c981cfd6f2ccd4c3351c8d5 (diff) | |
| download | monzero-gui-9ae382d4a6a775e899eb5fb44a82e4adb237c0bc.tar.gz monzero-gui-9ae382d4a6a775e899eb5fb44a82e4adb237c0bc.tar.xz monzero-gui-9ae382d4a6a775e899eb5fb44a82e4adb237c0bc.zip | |
Merge pull request #89
05487fb disable desaturation - causes black screen on windows (Jacob Brydolf)
Diffstat (limited to 'BasicPanel.qml')
| -rw-r--r-- | BasicPanel.qml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/BasicPanel.qml b/BasicPanel.qml index 12a257bf..ff3fc7cb 100644 --- a/BasicPanel.qml +++ b/BasicPanel.qml @@ -171,11 +171,11 @@ Rectangle { } // indicate disabled state - Desaturate { - anchors.fill: parent - source: parent - desaturation: root.enabled ? 0.0 : 1.0 - } +// Desaturate { +// anchors.fill: parent +// source: parent +// desaturation: root.enabled ? 0.0 : 1.0 +// } } |
