From 339240a864bbd1901494447da9efe48aa24eccd2 Mon Sep 17 00:00:00 2001 From: Debulois Quentin Date: Sun, 20 Sep 2020 22:07:39 +0200 Subject: Ajout de redim.iss pour Inno setup + redimensionnement de la fenetre sous windows --- Redim/main.py | 1 + 1 file changed, 1 insertion(+) (limited to 'Redim/main.py') diff --git a/Redim/main.py b/Redim/main.py index e66cc89..74b9375 100644 --- a/Redim/main.py +++ b/Redim/main.py @@ -15,6 +15,7 @@ def main(): widget = QWidget() config = Config() redim = Redim() + config.redimensionnement_fenetre() while True: configuration = config.lecture() tui = Ui(configuration) -- cgit v1.2.3