URI: 
       tqt dark: fix2 "In History tab, labels while edited were being clipped" - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 22c08f1522db757063764983c3abdd5fb51adbc7
   DIR parent 808239bbccc7ac02ccb33b040a21bcbdb7199c9b
  HTML Author: SomberNight <somber.night@protonmail.com>
       Date:   Sat, 11 May 2019 02:17:35 +0200
       
       qt dark: fix2 "In History tab, labels while edited were being clipped"
       
       follow-up 3ed502a72886a71081b2dccb5807933b807edc95
       from Electron-Cash/Electron-Cash@cddde8d21b10761143bc972512d9cc15bae3e4ae
       
       Diffstat:
         M electrum/gui/qt/stylesheet_patcher… |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/electrum/gui/qt/stylesheet_patcher.py b/electrum/gui/qt/stylesheet_patcher.py
       t@@ -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)