mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1360547 ["Legacy" window title](https://bugs.launchpad.net/calibre/+bug/1360547)
This commit is contained in:
parent
f349cc358b
commit
702f255cf5
@ -299,6 +299,7 @@ class PluginTweaks(QDialog): # {{{
|
||||
|
||||
def __init__(self, raw, parent=None):
|
||||
QDialog.__init__(self, parent)
|
||||
self.setWindowTitle(_('Plugin tweaks'))
|
||||
self.edit = QPlainTextEdit(self)
|
||||
self.highlighter = PythonHighlighter(self.edit.document())
|
||||
self.l = QVBoxLayout()
|
||||
|
Loading…
x
Reference in New Issue
Block a user