Updated height

This commit is contained in:
Dimitris Zlatanidis 2022-12-28 00:08:59 +02:00
parent 3973fc034d
commit cf74426878

View file

@ -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':