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

follow-up 3ed502a728
from Electron-Cash/Electron-Cash@cddde8d21b
This commit is contained in:
SomberNight 2019-05-11 02:17:35 +02:00
parent 808239bbcc
commit 22c08f1522
No known key found for this signature in database
GPG key ID: B33B5F232C6271E9

View file

@ -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)