fix expert button height on windows

This commit is contained in:
Alex Xu
2026-09-15 18:35:19 -07:00
parent 05e5844779
commit ff9a5e518d
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -567,6 +567,7 @@ class Ui_mainWindow(object):
self.expertButton = QPushButton(self.toolWidget)
self.expertButton.setObjectName(u"expertButton")
self.expertButton.setMinimumSize(QSize(0, 30))
self.gridLayout_6.addWidget(self.expertButton, 0, 4, 1, 1)