mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1904133 [[Enhancement] Too large header in the Annotations browser](https://bugs.launchpad.net/calibre/+bug/1904133)
This commit is contained in:
parent
ef68c3f469
commit
26e74c9017
@ -678,7 +678,7 @@ class DetailsPanel(QWidget):
|
|||||||
<span>\xa0\xa0\xa0</span>
|
<span>\xa0\xa0\xa0</span>
|
||||||
<a title="{sictt}" href="calibre://show_in_library">{sic}</a>
|
<a title="{sictt}" href="calibre://show_in_library">{sic}</a>
|
||||||
</div>
|
</div>
|
||||||
<h2 style="text-align: left">{atype}</h2>
|
<h3 style="text-align: left">{atype}</h3>
|
||||||
{text}
|
{text}
|
||||||
'''.format(
|
'''.format(
|
||||||
title=a(title), authors=a(authors), series=a(series_text), book_format=a(book_format),
|
title=a(title), authors=a(authors), series=a(series_text), book_format=a(book_format),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user