mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-28 09:42:33 -04:00
Also flatten the search highlights toggle button
This commit is contained in:
@@ -230,6 +230,9 @@ class SearchBar(QFrame): # {{{
|
||||
_('Do Quick Search (you can also press the Enter key)'))
|
||||
|
||||
x = parent.highlight_only_button = QToolButton(self)
|
||||
x.setAutoRaise(True)
|
||||
x.setText(_('Highlight'))
|
||||
x.setToolButtonStyle(Qt.ToolButtonTextBesideIcon)
|
||||
x.setIcon(QIcon(I('arrow-down.png')))
|
||||
l.addWidget(x)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user