diff options
Diffstat (limited to 'examples/declarative/smooth')
-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 2f01e4b..ba6c16f 100644 --- a/examples/declarative/smooth/rect-painting.qml +++ b/examples/declarative/smooth/rect-painting.qml @@ -12,7 +12,7 @@ Rect { color: "#eeeeee" } - GridLayout { + GridPositioner { anchors.centerIn: parent columns: 8; rows:4; spacing: 30 |