mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
fix #5766
This commit is contained in:
parent
af21a4a8d6
commit
a453189d37
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue