mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 21:04:45 +02:00
Make VL button both bold and italic when VL is in use
This commit is contained in:
parent
f59cc7035a
commit
9e01b025e5
1 changed files with 1 additions and 0 deletions
|
|
@ -606,6 +606,7 @@ def set_window_title(self):
|
|||
if restrictions:
|
||||
restrictions = ' :: ' + restrictions
|
||||
font.setBold(True)
|
||||
font.setItalic(True)
|
||||
self.virtual_library.setFont(font)
|
||||
title = u'{0} - || {1}{2} ||'.format(
|
||||
__appname__, self.iactions['Choose Library'].library_name(), restrictions)
|
||||
|
|
|
|||
Loading…
Reference in a new issue