This commit is contained in:
dengrb1 2023-05-07 12:38:46 +08:00 committed by GitHub
parent c9aa91e7a8
commit 0955fd1568
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,5 +78,5 @@ pip_fh = Button(frame,text='返回', command=fh).pack()
# mainloop
root.title('安装')
root.geometry('200x250+400+600')
root.geometry('200x270+400+600')
root.mainloop()