diff --git a/main.py b/main.py index 36e0090..ec1b30d 100644 --- a/main.py +++ b/main.py @@ -390,7 +390,7 @@ def close_and_save(): root.attributes("-alpha", 0.85) # Semi-transparent # Set window size -root.geometry("225x325") +root.geometry("225x325") # Function to enable dragging the window by clicking anywhere def on_drag_start(event):