mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
test fixes
This commit is contained in:
parent
dbd8968ee7
commit
15e594ff47
@ -2,7 +2,6 @@ import tkinter
|
|||||||
import customtkinter
|
import customtkinter
|
||||||
|
|
||||||
customtkinter.set_appearance_mode("System") # Other: "Dark", "Light"
|
customtkinter.set_appearance_mode("System") # Other: "Dark", "Light"
|
||||||
# customtkinter.set_default_color_theme("green") # Themes: "blue" (standard), "green", "dark-blue"
|
|
||||||
|
|
||||||
|
|
||||||
class TestApp(customtkinter.CTk):
|
class TestApp(customtkinter.CTk):
|
||||||
|
Loading…
Reference in New Issue
Block a user