mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
...
This commit is contained in:
parent
5b19e550e3
commit
c32eb74658
@ -545,7 +545,7 @@ class Delegate(QStyledItemDelegate): # {{{
|
|||||||
prepare_string_for_xml(shortcut['name']), _('Shortcuts'), prepare_string_for_xml(keys))
|
prepare_string_for_xml(shortcut['name']), _('Shortcuts'), prepare_string_for_xml(keys))
|
||||||
else:
|
else:
|
||||||
# Group
|
# Group
|
||||||
html = '<h3>%s</h3>'%data.data
|
html = data.data
|
||||||
doc = QTextDocument()
|
doc = QTextDocument()
|
||||||
doc.setHtml(html)
|
doc.setHtml(html)
|
||||||
return doc
|
return doc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user