mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
...
This commit is contained in:
parent
cc0bc790a3
commit
f5761a98a2
@ -276,6 +276,7 @@ class SearchBar(QFrame): # {{{
|
||||
l.addWidget(parent.sort_sep)
|
||||
parent.sort_button = self.sort_button = sb = QToolButton(self)
|
||||
sb.setToolButtonStyle(Qt.ToolButtonTextBesideIcon)
|
||||
sb.setToolTip(_('Change how the displayed books are sorted'))
|
||||
sb.setCursor(Qt.PointingHandCursor)
|
||||
sb.setPopupMode(QToolButton.InstantPopup)
|
||||
sb.setAutoRaise(True)
|
||||
|
Loading…
x
Reference in New Issue
Block a user