aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-10-29 10:51:20 +0200
committerRiccardo Spagni <ric@spagni.net>2016-10-29 10:51:20 +0200
commit9ae382d4a6a775e899eb5fb44a82e4adb237c0bc (patch)
treef4aa0674602b017fb83712252743f45e5a2b22b9
parentd22e02ac2a0b802f9cc57184b909d92349f810e0 (diff)
parent05487fb9468eef155c981cfd6f2ccd4c3351c8d5 (diff)
downloadmonzero-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)
-rw-r--r--BasicPanel.qml10
-rw-r--r--LeftPanel.qml10
-rw-r--r--MiddlePanel.qml10
-rw-r--r--RightPanel.qml10
4 files changed, 20 insertions, 20 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
+// }
}
diff --git a/LeftPanel.qml b/LeftPanel.qml
index c1bb4399..6aeacdfd 100644
--- a/LeftPanel.qml
+++ b/LeftPanel.qml
@@ -367,11 +367,11 @@ Rectangle {
}
}
// indicate disabled state
- Desaturate {
- anchors.fill: parent
- source: parent
- desaturation: panel.enabled ? 0.0 : 1.0
- }
+// Desaturate {
+// anchors.fill: parent
+// source: parent
+// desaturation: panel.enabled ? 0.0 : 1.0
+// }
}
diff --git a/MiddlePanel.qml b/MiddlePanel.qml
index 3f4c4c03..475d566a 100644
--- a/MiddlePanel.qml
+++ b/MiddlePanel.qml
@@ -282,11 +282,11 @@ Rectangle {
// indicates 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
+// }
/* connect "payment" click */
diff --git a/RightPanel.qml b/RightPanel.qml
index d27b8b73..c4626835 100644
--- a/RightPanel.qml
+++ b/RightPanel.qml
@@ -150,9 +150,9 @@ 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
+// }
}