Skip to content

Commit 03aec65

Browse files
committed
Increase window size to 400x400 for improved GUI layout
1 parent 96438c4 commit 03aec65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qingque_auto.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class QingqueBotGUI:
3434
def __init__(self, root):
3535
self.root = root
3636
self.root.title("青雀自动机")
37-
self.root.geometry("350x280")
37+
self.root.geometry("400x400")
3838
self.root.attributes('-topmost', True) # 窗口置顶
3939

4040
try:

0 commit comments

Comments
 (0)