mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
No bold for virtual library tabs
This commit is contained in:
parent
f4a0c29198
commit
05c2b42726
@ -401,7 +401,6 @@ class VLTabs(QTabBar): # {{{
|
||||
self.currentChanged.connect(self.tab_changed)
|
||||
self.tabMoved.connect(self.tab_moved, type=Qt.QueuedConnection)
|
||||
self.tabCloseRequested.connect(self.tab_close)
|
||||
self.setStyleSheet('QTabBar::tab:selected { font-weight: bold } QTabBar::tab { text-align: center }')
|
||||
self.setVisible(gprefs['show_vl_tabs'])
|
||||
self.next_action = a = QAction(self)
|
||||
a.triggered.connect(partial(self.next_tab, delta=1)), self.gui.addAction(a)
|
||||
|
Loading…
x
Reference in New Issue
Block a user