mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
Updated for height
This commit is contained in:
parent
46b6bc3d99
commit
88e118f08f
1 changed files with 1 additions and 1 deletions
|
@ -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}'
|
||||
|
|
Loading…
Add table
Reference in a new issue