This commit is contained in:
ThomasV 2019-11-17 17:08:09 +01:00
parent af21a4a8d6
commit a453189d37

View file

@ -1984,7 +1984,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger):
def create_coincontrol_statusbar(self): def create_coincontrol_statusbar(self):
self.coincontrol_sb = sb = QStatusBar() self.coincontrol_sb = sb = QStatusBar()
sb.setSizeGripEnabled(False) sb.setSizeGripEnabled(False)
sb.setFixedHeight(3 * char_width_in_lineedit()) #sb.setFixedHeight(3 * char_width_in_lineedit())
sb.setStyleSheet('QStatusBar::item {border: None;} ' sb.setStyleSheet('QStatusBar::item {border: None;} '
+ ColorScheme.GREEN.as_stylesheet(True)) + ColorScheme.GREEN.as_stylesheet(True))