Set to auto get size

This commit is contained in:
Dimitris Zlatanidis 2024-04-03 22:02:21 +03:00
parent 904c32ba29
commit c04ce3e5f1

View file

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