mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Add italic to the bolded header cell
This commit is contained in:
parent
9fbdff152e
commit
cf8a7905ba
@ -32,6 +32,7 @@ class HeaderView(QHeaderView): # {{{
|
||||
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…
x
Reference in New Issue
Block a user