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)
|
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…
Reference in New Issue
Block a user