mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix transient window shown during editor startup
This commit is contained in:
parent
b8b205eaf5
commit
ac2f93115a
@ -969,7 +969,7 @@ class SpellCheck(Dialog):
|
|||||||
self.user_dictionaries_missing_label = la = QLabel(_(
|
self.user_dictionaries_missing_label = la = QLabel(_(
|
||||||
'You have no active user dictionaries. You must'
|
'You have no active user dictionaries. You must'
|
||||||
' choose at least one active user dictionary via'
|
' choose at least one active user dictionary via'
|
||||||
' Preferences->Editor->Manage spelling dictionaries'))
|
' Preferences->Editor->Manage spelling dictionaries'), self)
|
||||||
la.setWordWrap(True)
|
la.setWordWrap(True)
|
||||||
self.initialize_user_dictionaries()
|
self.initialize_user_dictionaries()
|
||||||
d.setMinimumContentsLength(25)
|
d.setMinimumContentsLength(25)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user