Tux: [skip ci] fix error: NameError: name 'adjustSize' is not defined

Caused by commit a318878be48
This commit is contained in:
wmayer
2021-11-17 19:18:12 +01:00
parent 039422572a
commit c410ba4f7d

View File

@@ -53,7 +53,7 @@ class IndicatorButton(QtGui.QPushButton):
if event.type() == QtCore.QEvent.LanguageChange:
retranslateUi()
onTooltip()
adjustSize()
self.adjustSize()
return super(IndicatorButton, self).changeEvent(event)