summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization
diff options
context:
space:
mode:
Diffstat (limited to 'examples/datavisualization')
-rw-r--r--examples/datavisualization/qmlspectrogram/qml/qmlspectrogram/main.qml4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/datavisualization/qmlspectrogram/qml/qmlspectrogram/main.qml b/examples/datavisualization/qmlspectrogram/qml/qmlspectrogram/main.qml
index 8bb458ca..4c77fd45 100644
--- a/examples/datavisualization/qmlspectrogram/qml/qmlspectrogram/main.qml
+++ b/examples/datavisualization/qmlspectrogram/qml/qmlspectrogram/main.qml
@@ -83,8 +83,10 @@ Window {
type: Theme3D.ThemeQt
// Don't show specular spotlight as we don't want it to distort the colors
lightStrength: 0.0
- ambientLightStrength: 0.9
+ ambientLightStrength: 1.0
backgroundEnabled: false
+ gridLineColor: "#AAAAAA"
+ windowColor: "#EEEEEE"
}