Merge pull request #978 from campagnola/fix-viewbox-test

Reduce test window size for OSX compatibility
This commit is contained in:
Ogi Moore 2019-07-01 19:38:08 -07:00 committed by GitHub
commit 1ec175385e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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()