mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 17:55:20 +00:00
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:
parent
808239bbcc
commit
22c08f1522
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue