Browse Source

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

regtest_lnd
ThomasV 7 years ago
committed by SomberNight
parent
commit
15ef65d24d
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 2
      electrum/gui/qt/paytoedit.py

2
electrum/gui/qt/paytoedit.py

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

Loading…
Cancel
Save