fixed dropdown_menu_fallback.py for Linux

This commit is contained in:
TomSchimansky
2022-06-14 18:31:10 -04:00
parent a86dbd4d07
commit 20e16969f2
3 changed files with 25 additions and 9 deletions

View File

@ -1,6 +1,8 @@
import tkinter
import customtkinter
customtkinter.set_widget_scaling(2)
customtkinter.set_appearance_mode("dark") # Modes: "System" (standard), "Dark", "Light"
customtkinter.set_default_color_theme("blue") # Themes: "blue" (standard), "green", "dark-blue"