Skip to content

Commit bf73082

Browse files
committed
BUG: Make ImJoy window fullscreen
1 parent 9bcaa80 commit bf73082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

itkwidgets/viewer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ async def run(self, ctx):
8484
name=f"itkwidgets viewer {_viewer_count}",
8585
type="itk-vtk-viewer",
8686
src="https://kitware.github.io/itk-vtk-viewer/app",
87-
fullscreen=False,
87+
fullscreen=True,
8888
data=self.init_data,
8989
# config should be a python data dictionary and can't be a string e.g. 'pydata-sphinx',
9090
config=config,

0 commit comments

Comments
 (0)