From 7dcc6a4245a4485b82ec53661474fb166dd38c13 Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Sat, 11 May 2024 18:16:22 +0200 Subject: [PATCH] fix: non-abs path in config --- client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.py b/client.py index 9c07524..13cecf8 100644 --- a/client.py +++ b/client.py @@ -14,7 +14,7 @@ customtkinter.set_default_color_theme("blue") app = customtkinter.CTk() -app.geometry("1030x770") +app.geometry("1230x770") last_geometry = app.winfo_geometry() buttons = []