Updated for height

This commit is contained in:
Dimitris Zlatanidis 2024-04-03 22:13:18 +03:00
parent 46b6bc3d99
commit 88e118f08f

View file

@ -31,7 +31,7 @@ class FormConfigs(Configs):
""" Read and write the configuration file. """
self.is_dialog_enabled()
elements: list = []
height: int = 0
height: int = 9
width: int = 0
form_height: int = 0
text: str = f'Edit the configuration file: {self.config_file}'