summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/qtcluster/qml/dash_hybrid/DashboardFrame.qml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/snippets/qtcluster/qml/dash_hybrid/DashboardFrame.qml')
-rw-r--r--doc/src/snippets/qtcluster/qml/dash_hybrid/DashboardFrame.qml7
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/src/snippets/qtcluster/qml/dash_hybrid/DashboardFrame.qml b/doc/src/snippets/qtcluster/qml/dash_hybrid/DashboardFrame.qml
index d0ed5513b..e4dd15e64 100644
--- a/doc/src/snippets/qtcluster/qml/dash_hybrid/DashboardFrame.qml
+++ b/doc/src/snippets/qtcluster/qml/dash_hybrid/DashboardFrame.qml
@@ -45,11 +45,8 @@ Rectangle
{
width: 1280
height: 480
- gradient: Gradient {
- GradientStop { position: 0.0; color: "#ffffff" }
- GradientStop { position: 0.4; color: "#1e2127" }
- GradientStop { position: 1.0; color: "#0c0f17" }
- }
+ color: "black"
+
Image {
id: logo