Remove the quick access to search options from next to the search bar, as we now have a separate search highlights toggle button

This commit is contained in:
Kovid Goyal 2011-04-16 08:52:11 -06:00
parent 9b581963ed
commit 66e37a89df

View File

@ -205,6 +205,7 @@ class SearchBar(QWidget): # {{{
x.setObjectName("search_option_button")
l.addWidget(x)
x.setToolTip(_("Change the way searching for books works"))
x.setVisible(False)
x = parent.saved_search = SavedSearchBox(self)
x.setMaximumSize(QSize(150, 16777215))