mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user