This commit is contained in:
SomberNight 2018-07-19 19:52:06 +02:00
parent 597295e359
commit f7dce426cb
No known key found for this signature in database
GPG key ID: B33B5F232C6271E9

View file

@ -34,8 +34,7 @@ from .qrtextedit import ScanQRTextEdit
from .completion_text_edit import CompletionTextEdit
from . import util
RE_ADDRESS = '[1-9A-HJ-NP-Za-km-z]{26,}'
RE_ALIAS = '(.*?)\s*\<([1-9A-HJ-NP-Za-km-z]{26,})\>'
RE_ALIAS = '(.*?)\s*\<([0-9A-Za-z]{1,})\>'
frozen_style = "QWidget { background-color:none; border:none;}"
normal_style = "QPlainTextEdit { }"