We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bcaa80 commit bf73082Copy full SHA for bf73082
itkwidgets/viewer.py
@@ -84,7 +84,7 @@ async def run(self, ctx):
84
name=f"itkwidgets viewer {_viewer_count}",
85
type="itk-vtk-viewer",
86
src="https://kitware.github.io/itk-vtk-viewer/app",
87
- fullscreen=False,
+ fullscreen=True,
88
data=self.init_data,
89
# config should be a python data dictionary and can't be a string e.g. 'pydata-sphinx',
90
config=config,
0 commit comments