fixed complex example

This commit is contained in:
Tom Schimansky
2022-05-04 15:38:13 +02:00
parent e0eebac62c
commit 9ee5e3b7f2
3 changed files with 22 additions and 9 deletions

View File

@ -3,7 +3,6 @@ import tkinter.messagebox
import customtkinter
import sys
customtkinter.ScalingTracker.set_user_scaling(0.5)
customtkinter.set_appearance_mode("System") # Modes: "System" (standard), "Dark", "Light"
customtkinter.set_default_color_theme("blue") # Themes: "blue" (standard), "green", "dark-blue"