diff --git a/slpkg/dialog_configs.py b/slpkg/dialog_configs.py index cea79588..8c584939 100644 --- a/slpkg/dialog_configs.py +++ b/slpkg/dialog_configs.py @@ -31,7 +31,7 @@ class FormConfigs(Configs): """ Read and write the configuration file. """ self.is_dialog_enabled() elements: list = [] - height: int = 0 + height: int = 9 width: int = 0 form_height: int = 0 text: str = f'Edit the configuration file: {self.config_file}'