From e9207a39b7510d655d803349158e8fb28537a761 Mon Sep 17 00:00:00 2001 From: Silkvine001 Date: Wed, 17 Jul 2024 03:17:03 -0400 Subject: [PATCH] testing --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 059b2a3..3aee8c7 100644 --- a/main.py +++ b/main.py @@ -449,7 +449,7 @@ def relaciones(): root = Tk() root.title("Hecho por: Jonathan Salazar") root.minsize(1280, 720) -#root.maxsize(1280, 720) +root.maxsize(1280, 720) root.resizable(False, False) root.rowconfigure(0, weight=1)