Browse Source

qt dark: fix2 "In History tab, labels while edited were being clipped"

follow-up 3ed502a728
from Electron-Cash/Electron-Cash@cddde8d21b10761143bc972512d9cc15bae3e4ae
regtest_lnd
SomberNight 6 years ago
parent
commit
22c08f1522
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 1
      electrum/gui/qt/stylesheet_patcher.py

1
electrum/gui/qt/stylesheet_patcher.py

@ -20,6 +20,7 @@ def patch_qt_stylesheet(use_dark_theme: bool) -> None:
/* In History tab, labels while edited were being clipped (Windows) */
QAbstractItemView QLineEdit {
padding: 0px;
show-decoration-selected: 1;
}
'''
app.setStyleSheet(style_sheet)

Loading…
Cancel
Save