From 2ddf25b069b061101c17ffde579a9af4cd1f3abd Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Thu, 25 Jul 2024 10:31:41 -0600 Subject: [PATCH] Mods --- cromulant/window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cromulant/window.py b/cromulant/window.py index 4513cf7..1f9613a 100644 --- a/cromulant/window.py +++ b/cromulant/window.py @@ -71,7 +71,7 @@ class RestartDialog(QDialog): # type: ignore def __init__(self, sizes: list[str], defindex: int) -> None: super().__init__() self.setWindowTitle("Select Option") - self.setFixedSize(300, 150) # Set a fixed size for the dialog + self.setFixedSize(300, 150) self.layout = QVBoxLayout()