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 '