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

Caused by commit d7d23d5ef5
This commit is contained in:
wmayer
2021-11-17 19:18:12 +01:00
parent 3dc9acef62
commit f0646d8b51

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)