summaryrefslogtreecommitdiffstats
path: root/tests/auto/qxyseries/tst_qxyseries.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qxyseries/tst_qxyseries.cpp')
-rw-r--r--tests/auto/qxyseries/tst_qxyseries.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qxyseries/tst_qxyseries.cpp b/tests/auto/qxyseries/tst_qxyseries.cpp
index da1fd3db..767caca2 100644
--- a/tests/auto/qxyseries/tst_qxyseries.cpp
+++ b/tests/auto/qxyseries/tst_qxyseries.cpp
@@ -43,6 +43,7 @@ void tst_QXYSeries::cleanupTestCase()
void tst_QXYSeries::init()
{
m_view = new QChartView(newQChartOrQPolarChart());
+ m_view->resize(200, 200);
m_chart = m_view->chart();
}