mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Set to auto get size
This commit is contained in:
parent
904c32ba29
commit
c04ce3e5f1
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ class FormConfigs(Configs):
|
|||
""" Read and write the configuration file. """
|
||||
self.is_dialog_enabled()
|
||||
elements: list = []
|
||||
height: int = 35
|
||||
width: int = 74
|
||||
height: int = 0
|
||||
width: int = 0
|
||||
form_height: int = 0
|
||||
text: str = f'Edit the configuration file: {self.config_file}'
|
||||
title: str = ' Configuration File '
|
||||
|
|
Loading…
Reference in a new issue