Skip to content

Commit

Permalink
Set the window's minimum size
Browse files Browse the repository at this point in the history
For #3
  • Loading branch information
peterstory committed Aug 2, 2023
1 parent a9b5a94 commit ef002f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ def update_start(start, sources_list):
def main():
root = Tk()
root.title("pydiode GUI")
root.minsize(width=500, height=400)

# Create three tabs
nb = ttk.Notebook(root)
Expand Down

0 comments on commit ef002f1

Please sign in to comment.