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 be389ca commit b663eb4Copy full SHA for b663eb4
manim/_config/utils.py
@@ -1459,7 +1459,7 @@ def enable_gui(self, value: bool) -> None:
1459
self._set_boolean("enable_gui", value)
1460
1461
@property
1462
- def gui_location(self) -> tuple[Any]:
+ def gui_location(self) -> tuple[int, ...]:
1463
"""Location parameters for the GUI window (e.g., screen coordinates or layout settings)."""
1464
return self._d["gui_location"]
1465
0 commit comments