Merge pull request #978 from campagnola/fix-viewbox-test
Reduce test window size for OSX compatibility
This commit is contained in:
commit
1ec175385e
@ -63,7 +63,7 @@ def test_ViewBox():
|
|||||||
assertMapping(vb, view1, size1)
|
assertMapping(vb, view1, size1)
|
||||||
|
|
||||||
# test tall resize
|
# test tall resize
|
||||||
win.resize(400, 800)
|
win.resize(200, 400)
|
||||||
app.processEvents()
|
app.processEvents()
|
||||||
w = vb.geometry().width()
|
w = vb.geometry().width()
|
||||||
h = vb.geometry().height()
|
h = vb.geometry().height()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user