mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 02:35:20 +00:00
do not set background in frozen_style, it does not look good with dark theme
This commit is contained in:
parent
f6aae9e399
commit
b79573c858
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ from . import util
|
|||
|
||||
RE_ALIAS = '(.*?)\s*\<([0-9A-Za-z]{1,})\>'
|
||||
|
||||
frozen_style = "QWidget { background-color:none; border:none;}"
|
||||
frozen_style = "QWidget {border:none;}"
|
||||
normal_style = "QPlainTextEdit { }"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue