fix: change main window geometry

This commit is contained in:
Yannik Schmidt
2024-05-11 18:18:11 +02:00
parent 7dcc6a4245
commit b071aff857

View File

@@ -14,7 +14,7 @@ customtkinter.set_default_color_theme("blue")
app = customtkinter.CTk()
app.geometry("1230x770")
app.geometry("1490x700")
last_geometry = app.winfo_geometry()
buttons = []