small fixes

This commit is contained in:
Tom Schimansky
2022-03-01 19:10:18 +01:00
parent afc8ce8c3d
commit ecd4881ffb
9 changed files with 31 additions and 183 deletions

View File

@@ -1,7 +1,7 @@
import customtkinter
import tkinter
customtkinter.CTkSettings.preferred_drawing_method = "font_shapes"
customtkinter.CTkSettings.preferred_drawing_method = "polygon_shapes"
customtkinter.set_default_color_theme("blue")
customtkinter.set_appearance_mode("dark")