feat: 调整卸载对话框宽度以适应较长托盘类型选项
This commit is contained in:
parent
470c58ace0
commit
63233f1de6
BIN
db/jtDB.db
BIN
db/jtDB.db
Binary file not shown.
@ -9,7 +9,7 @@ class UnloadingDialogUI(QDialog):
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
super().__init__()
|
super().__init__()
|
||||||
self.setWindowTitle("下料操作")
|
self.setWindowTitle("下料操作")
|
||||||
self.setFixedSize(600, 250) # 减小高度,因为移除了第一行
|
self.setFixedSize(700, 250) # 增加宽度以适应较长的托盘类型选项
|
||||||
|
|
||||||
# 设置字体
|
# 设置字体
|
||||||
self.normal_font = QFont("微软雅黑", 12)
|
self.normal_font = QFont("微软雅黑", 12)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user