test fixes

This commit is contained in:
TomSchimansky 2022-11-28 00:46:43 +01:00
parent dbd8968ee7
commit 15e594ff47

View File

@ -2,7 +2,6 @@ import tkinter
import customtkinter
customtkinter.set_appearance_mode("System") # Other: "Dark", "Light"
# customtkinter.set_default_color_theme("green") # Themes: "blue" (standard), "green", "dark-blue"
class TestApp(customtkinter.CTk):