summaryrefslogtreecommitdiffstats
path: root/examples/quick/controls
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/controls')
-rw-r--r--examples/quick/controls/gallery/content/Styles.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/quick/controls/gallery/content/Styles.qml b/examples/quick/controls/gallery/content/Styles.qml
index 618b2d7fa..6a3a9c57d 100644
--- a/examples/quick/controls/gallery/content/Styles.qml
+++ b/examples/quick/controls/gallery/content/Styles.qml
@@ -116,13 +116,13 @@ Item {
value: 50
maximumValue: 100
width: 100
- style: SliderStyle { backgroundColor: colorDialog.color}
+ style: SliderStyle { }
}
Slider {
value: 50
maximumValue: 100
width: 100
- style: SliderStyle { backgroundColor: "#eee"}
+ style: SliderStyle { }
}
Slider {
value: 50