Reduce test window size for OSX compatibility

This commit is contained in:
Luke Campagnola 2019-07-01 19:00:18 -07:00 committed by Luke Campagnola
parent 04114fa126
commit cff9cfa98d

View File

@ -63,7 +63,7 @@ def test_ViewBox():
assertMapping(vb, view1, size1)
# test tall resize
win.resize(400, 800)
win.resize(200, 400)
app.processEvents()
w = vb.geometry().width()
h = vb.geometry().height()