do not set background in frozen_style, it does not look good with dark theme

This commit is contained in:
ThomasV 2018-07-16 11:40:04 +02:00 committed by SomberNight
parent f6aae9e399
commit b79573c858
No known key found for this signature in database
GPG key ID: B33B5F232C6271E9

View file

@ -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 { }"