Reduce test window size for OSX compatibility
This commit is contained in:
parent
04114fa126
commit
cff9cfa98d
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user