Browse Source

Space between pie chart and balance fix

master
myxmaster 3 years ago
parent
commit
7dbf046b03
  1. 2
      electrum/gui/qt/balance_dialog.py

2
electrum/gui/qt/balance_dialog.py

@ -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)

Loading…
Cancel
Save