Updated height

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2024-06-01 21:23:39 +03:00
parent c273607ae1
commit 7a0dfb2e29

View file

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