mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1698925 [Search box could have more space and button has border](https://bugs.launchpad.net/calibre/+bug/1698925)
This commit is contained in:
parent
737b5d6054
commit
66cae57550
@ -399,6 +399,7 @@ class TagBrowserBar(QWidget): # {{{
|
||||
ac.triggered.connect(self.set_focus_to_find_box)
|
||||
|
||||
self.search_button = QToolButton()
|
||||
self.search_button.setAutoRaise(True)
|
||||
self.search_button.setCursor(Qt.PointingHandCursor)
|
||||
self.search_button.setIcon(QIcon(I('search.png')))
|
||||
self.search_button.setToolTip(_('Find the first/next matching item'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user