From 0955fd1568abe51510e897f1da35c014812857e2 Mon Sep 17 00:00:00 2001 From: dengrb1 <125752069+dengrb1@users.noreply.github.com> Date: Sun, 7 May 2023 12:38:46 +0800 Subject: [PATCH] install --- install.pyw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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