Merge pull request '1.11.0824' (#23) from 1.11.0824 into main

Reviewed-on: #23
This commit is contained in:
2024-11-08 21:24:31 +01:00
2 changed files with 99 additions and 106 deletions

View File

@ -11,6 +11,20 @@ My standard System: Linux Mint 22 Cinnamon
### Added
07-11-2024
- remove classes and add methods to class FrameWidgets (removed self errors)
### Added
08-11-2024
- methods from class MainWindow move to class FrameWidgets for active color_label when theme change
- optimize columnconfigure, rowconfigure in class MainWindow and FrameWidgets
- add new Frame for Widgets on Bottom
- optimize from tkinter * to from tkinter import filedialog, ttk, TclError
### Added
07-11-2024
- remove classes and add methods to class FrameWidgets (removed self errors)