- 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
This commit is contained in:
Désiré Werner Menrath 2024-11-08 21:21:43 +01:00
parent bc0d46d633
commit 8a32065676

View File

@ -264,7 +264,4 @@ class Tunnel:
else:
return True
tips = Tunnel.if_tip()
tips = Tunnel.if_tip()