summaryrefslogtreecommitdiffstats
path: root/examples/quick/controls
diff options
context:
space:
mode:
authorJens Bache-Wiig <jens.bache-wiig@digia.com>2013-05-02 13:24:00 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-03 16:51:59 +0200
commite1d5a982d2bbcf89d145c7ab87d43763d3460c53 (patch)
tree2f9f1ccc83bc5afe8929ecd9886a7725519820a8 /examples/quick/controls
parentf4bfc438bb3d412555c92884c45d1549e253e8e8 (diff)
Clean up and document SliderStyle
Change-Id: I6b97624338c3cfa4663e79bc243327ce9f494ccf Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
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