更新尺寸
This commit is contained in:
parent
a9302f4836
commit
b3da69f7da
@ -46,7 +46,7 @@ class Ui_MainWindow(object):
|
|||||||
|
|
||||||
QMetaObject.connectSlotsByName(MainWindow)
|
QMetaObject.connectSlotsByName(MainWindow)
|
||||||
# 自适应界面大小
|
# 自适应界面大小
|
||||||
def set_size(self, w=400, h=300):
|
def set_size(self, w=460, h=345):
|
||||||
w = w+10
|
w = w+10
|
||||||
h = h+10
|
h = h+10
|
||||||
w_button = 80
|
w_button = 80
|
||||||
|
Loading…
x
Reference in New Issue
Block a user