From 2f83be5042b848478b62edbb345207b49c3fde55 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Fri, 19 Jul 2024 21:04:20 -0600 Subject: [PATCH] Mods --- cromulant/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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