This commit is contained in:
Auric Vente 2024-07-25 10:31:41 -06:00
parent 9d7d4a68d9
commit 2ddf25b069
1 changed files with 1 additions and 1 deletions

View File

@ -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()