diff --git a/install.pyw b/install.pyw index 7535a88..611d0f5 100644 --- a/install.pyw +++ b/install.pyw @@ -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() \ No newline at end of file