mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-13 20:01:48 +01:00
Updated height
This commit is contained in:
parent
3973fc034d
commit
cf74426878
1 changed files with 1 additions and 1 deletions
|
@ -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':
|
||||
|
|
Loading…
Reference in a new issue