mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Updated height
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
c273607ae1
commit
7a0dfb2e29
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class FormConfigs(Configs):
|
|||
"""Read and write the configuration file."""
|
||||
self.is_dialog_enabled()
|
||||
elements: list = []
|
||||
height: int = 9
|
||||
height: int = 7
|
||||
width: int = 0
|
||||
form_height: int = 0
|
||||
text: str = f'Edit the configuration file: {self.config_file}'
|
||||
|
|
Loading…
Reference in a new issue