diff --git a/slpkg/dialog_box.py b/slpkg/dialog_box.py index 658208bc..2dfe16b6 100644 --- a/slpkg/dialog_box.py +++ b/slpkg/dialog_box.py @@ -57,7 +57,7 @@ class DialogBox: text = f'Edit the configuration file: {config_file}.' title = ' Configuration File ' code, tags = self.d.mixedform(text=text, title=title, elements=elements, - height=30, width=70) + height=28, width=70) os.system('clear') if code == 'ok':