mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #6340 (Book count in library/device tooltips)
This commit is contained in:
parent
8b78f63d32
commit
34a6ad083b
@ -302,6 +302,7 @@ class ToolBar(QToolBar): # {{{
|
|||||||
text = _('%d books')%new_count
|
text = _('%d books')%new_count
|
||||||
a = self.choose_action
|
a = self.choose_action
|
||||||
a.setText(text)
|
a.setText(text)
|
||||||
|
a.setToolTip(_('Choose calibre library to work with') + '\n\n' + text)
|
||||||
|
|
||||||
def resizeEvent(self, ev):
|
def resizeEvent(self, ev):
|
||||||
QToolBar.resizeEvent(self, ev)
|
QToolBar.resizeEvent(self, ev)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user