commit 22c08f1522db757063764983c3abdd5fb51adbc7
parent 808239bbccc7ac02ccb33b040a21bcbdb7199c9b
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:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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)