Make VL button both bold and italic when VL is in use

This commit is contained in:
Kovid Goyal 2013-05-01 11:06:23 +05:30
parent f59cc7035a
commit 9e01b025e5

View File

@ -606,6 +606,7 @@ class Main(MainWindow, MainWindowMixin, DeviceMixin, EmailMixin, # {{{
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)