From 3c0356ab23e3036f2bf2886383474b9c6bbb8f2a Mon Sep 17 00:00:00 2001 From: TheJoeCoder <joe@radialbog9.uk> Date: Fri, 29 Sep 2023 10:34:06 +0100 Subject: [PATCH] [frontend] fix frame bug (that test didn't work) --- client/pizza_palace.py | 1 - 1 file changed, 1 deletion(-) diff --git a/client/pizza_palace.py b/client/pizza_palace.py index 792610a..e0d50ea 100644 --- a/client/pizza_palace.py +++ b/client/pizza_palace.py @@ -57,7 +57,6 @@ def create_tab(title, padding="3 3 12 12", sticky=(N, W, E, S)): def configure_grid(frame): for child in frame.winfo_children(): child.grid_configure(padx=5, pady=5) - frame.pack(expand=1, fill="both") ## TEST # General connect fail function # Used when the server is unreachable or returns a non-200 response -- GitLab