mirror of
https://github.com/ciromattia/kcc
synced 2026-09-21 18:27:08 +00:00
fix expert button height on windows
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user