diff --git a/client/pizza_palace.py b/client/pizza_palace.py index 792610ae28af9ea21bb2b249df56d02a0b0e3539..e0d50ea7f93e6d4a72f070fed460cf88165af21e 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