aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qsgrepeater/tst_qsgrepeater.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qsgrepeater/tst_qsgrepeater.cpp')
-rw-r--r--tests/auto/declarative/qsgrepeater/tst_qsgrepeater.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qsgrepeater/tst_qsgrepeater.cpp b/tests/auto/declarative/qsgrepeater/tst_qsgrepeater.cpp
index 012d905bd8..9eb88137f5 100644
--- a/tests/auto/declarative/qsgrepeater/tst_qsgrepeater.cpp
+++ b/tests/auto/declarative/qsgrepeater/tst_qsgrepeater.cpp
@@ -642,7 +642,7 @@ void tst_QSGRepeater::properties()
QSGView *tst_QSGRepeater::createView()
{
QSGView *canvas = new QSGView(0);
- canvas->setFixedSize(240,320);
+ canvas->setGeometry(0,0,240,320);
return canvas;
}