Skip to content

Commit 1cf517b

Browse files
committed
Increase default size of datalab test application context to 1200x700
1 parent 59196bf commit 1cf517b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datalab/tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def datalab_test_app_context(
7070
exec_loop: whether to execute Qt event loop (default: True)
7171
"""
7272
if size is None:
73-
size = 950, 600
73+
size = 1200, 700
7474
with qth.datalab_app_context(exec_loop=exec_loop):
7575
win: DLMainWindow | None = None
7676
try:

0 commit comments

Comments
 (0)