From c04ce3e5f11a2840b23d9d8dbce2b5ad4ac76327 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Wed, 3 Apr 2024 22:02:21 +0300 Subject: [PATCH] Set to auto get size --- slpkg/dialog_configs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slpkg/dialog_configs.py b/slpkg/dialog_configs.py index bf5c8fe4..cea79588 100644 --- a/slpkg/dialog_configs.py +++ b/slpkg/dialog_configs.py @@ -31,8 +31,8 @@ class FormConfigs(Configs): """ Read and write the configuration file. """ self.is_dialog_enabled() elements: list = [] - height: int = 35 - width: int = 74 + height: int = 0 + width: int = 0 form_height: int = 0 text: str = f'Edit the configuration file: {self.config_file}' title: str = ' Configuration File '