This commit is contained in:
dengrb1
2023-05-07 12:38:46 +08:00
committed by GitHub
parent c9aa91e7a8
commit 0955fd1568

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()