1
0

Merge pull request #8132 from myxmaster/space-between-piechart-and-balance

Space between pie chart and balance fix
This commit is contained in:
ThomasV
2023-01-10 14:11:41 +01:00
committed by GitHub

View File

@@ -107,7 +107,7 @@ class BalanceToolButton(QToolButton, PieChartObject):
def setText(self, text):
# this is a hack
QToolButton.setText(self, ' ' + text)
QToolButton.setText(self, ' ' + text)
def paintEvent(self, event):
QToolButton.paintEvent(self, event)