Fix transient window shown during editor startup

This commit is contained in:
Kovid Goyal 2016-05-13 18:05:56 +05:30
parent b8b205eaf5
commit ac2f93115a

View File

@ -969,7 +969,7 @@ class SpellCheck(Dialog):
self.user_dictionaries_missing_label = la = QLabel(_(
'You have no active user dictionaries. You must'
' choose at least one active user dictionary via'
' Preferences->Editor->Manage spelling dictionaries'))
' Preferences->Editor->Manage spelling dictionaries'), self)
la.setWordWrap(True)
self.initialize_user_dictionaries()
d.setMinimumContentsLength(25)