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
626d127cc3
commit
dcc4efc867
@ -299,6 +299,7 @@ class PluginTweaks(QDialog): # {{{
|
|||||||
|
|
||||||
def __init__(self, raw, parent=None):
|
def __init__(self, raw, parent=None):
|
||||||
QDialog.__init__(self, parent)
|
QDialog.__init__(self, parent)
|
||||||
|
self.setWindowTitle(_('Plugin tweaks'))
|
||||||
self.edit = QPlainTextEdit(self)
|
self.edit = QPlainTextEdit(self)
|
||||||
self.highlighter = PythonHighlighter(self.edit.document())
|
self.highlighter = PythonHighlighter(self.edit.document())
|
||||||
self.l = QVBoxLayout()
|
self.l = QVBoxLayout()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user