diff options
Diffstat (limited to 'examples/declarative/smooth/rect-painting.qml')
-rw-r--r-- | examples/declarative/smooth/rect-painting.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/declarative/smooth/rect-painting.qml b/examples/declarative/smooth/rect-painting.qml index ba6c16f..0f3eb6e 100644 --- a/examples/declarative/smooth/rect-painting.qml +++ b/examples/declarative/smooth/rect-painting.qml @@ -1,10 +1,10 @@ import Qt 4.6 -Rect { +Rectangle { width: 900; height: 500 color: "white" - Rect { + Rectangle { anchors.top: parent.verticalCenter anchors.left: parent.left anchors.right: parent.right |