fixed numerous bg_color bugs, added complete_test.py for color testing, changed AppearanceModeTracker to non-threaded approach with tk.after()

This commit is contained in:
Tom Schimansky
2022-01-07 20:54:45 +01:00
parent 12b44c1095
commit 2fa7a519ea
19 changed files with 752 additions and 252 deletions

View File

@@ -90,8 +90,7 @@ class App(customtkinter.CTk):
self.progressbar = customtkinter.CTkProgressBar(master=self.frame_info,
width=250,
height=15,
border_width=3)
height=12)
self.progressbar.place(relx=0.5, rely=0.85, anchor=tkinter.S)
# from tkintermapview import TkinterMapView