diff options
Diffstat (limited to 'examples/declarative/smooth/rect-painting.qml')
-rw-r--r-- | examples/declarative/smooth/rect-painting.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/smooth/rect-painting.qml b/examples/declarative/smooth/rect-painting.qml index 0f3eb6e..4b6e223 100644 --- a/examples/declarative/smooth/rect-painting.qml +++ b/examples/declarative/smooth/rect-painting.qml @@ -12,7 +12,7 @@ Rectangle { color: "#eeeeee" } - GridPositioner { + Grid { anchors.centerIn: parent columns: 8; rows:4; spacing: 30 |