diff --git a/electrum/gui/qt/stylesheet_patcher.py b/electrum/gui/qt/stylesheet_patcher.py index 1a313ac2e..35a085421 100644 --- a/electrum/gui/qt/stylesheet_patcher.py +++ b/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)