Skip to content

Commit

Permalink
Fix geometry
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelMMontesinos committed Apr 30, 2024
1 parent 7b2c21e commit e1b3132
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resizeme.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def make_windows() -> None:
""" Ui for users"""
print("Programado por @emmanuelmmontesinos")
windows = Tk()
windows.geometry("250x350")
windows.title("ReSizeMe")
windows.wm_iconbitmap("icono.ico")
windows.resizable(True, True)
Expand Down

0 comments on commit e1b3132

Please sign in to comment.