tdo not set background in frozen_style, it does not look good with dark theme - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit f2b40c69fc5f31276eab668e36fed35c468dad3e DIR parent b5f0209a5626083c34710123aefe4d24cac32898 HTML Author: ThomasV <thomasv@electrum.org> Date: Mon, 16 Jul 2018 11:40:04 +0200 do not set background in frozen_style, it does not look good with dark theme Diffstat: M electrum/gui/qt/paytoedit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/electrum/gui/qt/paytoedit.py b/electrum/gui/qt/paytoedit.py t@@ -40,7 +40,7 @@ from . import util RE_ALIAS = r'(.*?)\s*\<([0-9A-Za-z]{1,})\>' -frozen_style = "QWidget { background-color:none; border:none;}" +frozen_style = "QWidget {border:none;}" normal_style = "QPlainTextEdit { }"