mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-30 18:45:20 -04:00
Add italic to the bolded header cell
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user