Fix #1698925 [Search box could have more space and button has border](https://bugs.launchpad.net/calibre/+bug/1698925)

This commit is contained in:
Kovid Goyal 2017-06-20 17:34:17 +05:30
parent 737b5d6054
commit 66cae57550
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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'))