1
0

Space between pie chart and balance fix

This commit is contained in:
myxmaster
2023-01-09 23:46:45 +01:00
parent 10e7d8d926
commit 7dbf046b03

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)