Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Tom Schimansky
2022-10-07 17:04:14 +02:00
2 changed files with 5 additions and 1 deletions

View File

@ -99,5 +99,5 @@ scrollbar4 = customtkinter.CTkScrollbar(app, command=textbox_4.yview)
scrollbar4.grid(row=0, column=5, sticky="nsew")
textbox_4.configure(yscrollcommand=scrollbar4.set)
app.after(3000, lambda: customtkinter.set_appearance_mode("light"))
# app.after(3000, lambda: customtkinter.set_appearance_mode("light"))
app.mainloop()