diff options
Diffstat (limited to 'examples/declarative/smooth/GradientRect.qml')
-rw-r--r-- | examples/declarative/smooth/GradientRect.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/smooth/GradientRect.qml b/examples/declarative/smooth/GradientRect.qml index 267a487..c4a287c 100644 --- a/examples/declarative/smooth/GradientRect.qml +++ b/examples/declarative/smooth/GradientRect.qml @@ -12,7 +12,7 @@ Item { width: 80; height: 80 Item { anchors.centerIn: parent; rotation: MyRect.rotation; - Rect { + Rectangle { anchors.centerIn: parent; width: 80; height: 80 border.color: MyRect.border; border.width: MyRect.border != "" ? 2 : 0 radius: MyRect.radius; smooth: MyRect.smooth |