Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Merge branch 'test'
Browse files Browse the repository at this point in the history
  • Loading branch information
shing-yu committed Oct 16, 2023
2 parents aaba149 + ef4c071 commit 62280ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/list_edition/list_edition.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ def main():
# 设置窗口大小
root.geometry("600x400")

# 禁止窗口缩放
root.resizable(False, False)

output_text = tk.Text(root, state='disabled')
output_text.pack()

Expand Down

0 comments on commit 62280ac

Please sign in to comment.