diff --git a/electrum/gui/qt/main_window.py b/electrum/gui/qt/main_window.py index 93f13e143..08f493178 100644 --- a/electrum/gui/qt/main_window.py +++ b/electrum/gui/qt/main_window.py @@ -1984,7 +1984,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger): def create_coincontrol_statusbar(self): self.coincontrol_sb = sb = QStatusBar() sb.setSizeGripEnabled(False) - sb.setFixedHeight(3 * char_width_in_lineedit()) + #sb.setFixedHeight(3 * char_width_in_lineedit()) sb.setStyleSheet('QStatusBar::item {border: None;} ' + ColorScheme.GREEN.as_stylesheet(True))