diff options
Diffstat (limited to 'examples/declarative/smooth/MyRect.qml')
-rw-r--r-- | examples/declarative/smooth/MyRect.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/smooth/MyRect.qml b/examples/declarative/smooth/MyRect.qml index 7791e27..3b68307 100644 --- a/examples/declarative/smooth/MyRect.qml +++ b/examples/declarative/smooth/MyRect.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 color: MyRect.color; border.color: MyRect.border; border.width: MyRect.border != "" ? 2 : 0 radius: MyRect.radius; smooth: MyRect.smooth |