Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Silkvine001 committed Jul 17, 2024
1 parent f643ee8 commit e9207a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e9207a3

Please sign in to comment.