From 66e37a89dfc2231863106b2323bab598e102cacc Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 16 Apr 2011 08:52:11 -0600 Subject: [PATCH] Remove the quick access to search options from next to the search bar, as we now have a separate search highlights toggle button --- src/calibre/gui2/layout.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/gui2/layout.py b/src/calibre/gui2/layout.py index ebd2acfe1d..390c266019 100644 --- a/src/calibre/gui2/layout.py +++ b/src/calibre/gui2/layout.py @@ -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))