diff options
| author | Jens Bache-Wiig <jens.bache-wiig@digia.com> | 2013-05-02 18:18:08 +0200 |
|---|---|---|
| committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-05-08 21:42:37 +0200 |
| commit | 2416927b67dcb4021edd38231295c13fe1b5a580 (patch) | |
| tree | f7d31bc4c1640d867ef59c4109766c3cc0a336a6 /examples/quick/controls/touch/content/SliderPage.qml | |
| parent | 2ae89b14d8dcc7176af3d475b38d3c023a1897a2 (diff) | |
Refactor and clean up public style API
Change-Id: I10271c860abd9b45a262e3548628e6a3026e1a4f
Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
Diffstat (limited to 'examples/quick/controls/touch/content/SliderPage.qml')
| -rw-r--r-- | examples/quick/controls/touch/content/SliderPage.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/controls/touch/content/SliderPage.qml b/examples/quick/controls/touch/content/SliderPage.qml index 8d9ff0b1f..8eb919026 100644 --- a/examples/quick/controls/touch/content/SliderPage.qml +++ b/examples/quick/controls/touch/content/SliderPage.qml @@ -83,7 +83,7 @@ Item { color: Qt.lighter("#468bb7", 1.2) } - background: Item { + groove: Item { implicitHeight: 50 implicitWidth: 400 Rectangle { |
