fix #5766
This commit is contained in:
@@ -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))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user