diff --git a/cromulant/config.py b/cromulant/config.py index db529e4..911965b 100644 --- a/cromulant/config.py +++ b/cromulant/config.py @@ -7,7 +7,7 @@ import appdirs # type: ignore class Config: title: str = "Cromulant" - width: int = 900 + width: int = 820 height: int = 900 max_ants: int = 100 here: Path