summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxgridview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/fx/qfxgridview.cpp')
-rw-r--r--src/declarative/fx/qfxgridview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxgridview.cpp b/src/declarative/fx/qfxgridview.cpp
index 28f2219..b445e49 100644
--- a/src/declarative/fx/qfxgridview.cpp
+++ b/src/declarative/fx/qfxgridview.cpp
@@ -878,7 +878,7 @@ void QFxGridView::setHighlight(QmlComponent *highlight)
\code
Component {
id: Highlight
- Rect {
+ Rectangle {
id: Wrapper; color: "lightsteelblue"; radius: 4; width: 320; height: 60 >
y: Follow { source: Wrapper.GridView.view.current.y; spring: 3; damping: 0.2 }
x: Follow { source: Wrapper.GridView.view.current.x; spring: 3; damping: 0.2 }