wip: improve layout & add more test pictures

This commit is contained in:
Yannik Schmidt
2024-02-25 17:57:04 +01:00
parent 46bd08ca87
commit 8ea2b7f433
5 changed files with 35 additions and 25 deletions

View File

@@ -9,7 +9,7 @@ customtkinter.set_default_color_theme("blue")
app = customtkinter.CTk()
app.geometry("1030x750")
app.geometry("1030x770")
last_geometry = app.winfo_geometry()
app.title("Test")
app.update()