fix UI window bug

This commit is contained in:
wangWking 2022-05-09 10:20:20 +08:00
parent cca5330483
commit 7cd74edb10

View file

@ -32,7 +32,7 @@ class Window:
# calculate x and y coordinates for the Tk root window
x = (self.ws / 2) - 190
y = (self.hs / 2) - 250
self.win.geometry("430x370+{}+{}".format(x, y))
self.win.geometry("430x400+{}+{}".format(x, y))
# 布局
self.set_layout()
# 输入部分