mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-06 12:34:57 +01:00
Add italic to the bolded header cell
This commit is contained in:
parent
9fbdff152e
commit
cf8a7905ba
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ def __init__(self, *args):
|
|||
self.hover = -1
|
||||
self.current_font = QFont(self.font())
|
||||
self.current_font.setBold(True)
|
||||
self.current_font.setItalic(True)
|
||||
|
||||
def event(self, e):
|
||||
if e.type() in (e.HoverMove, e.HoverEnter):
|
||||
|
|
|
|||
Loading…
Reference in a new issue