diff --git a/src/calibre/gui2/store/search/search.py b/src/calibre/gui2/store/search/search.py
index 906ba0b4ff..e76f15c58e 100644
--- a/src/calibre/gui2/store/search/search.py
+++ b/src/calibre/gui2/store/search/search.py
@@ -54,15 +54,15 @@ class SearchDialog(QDialog, Ui_Dialog):
# can disable searching specific stores on a
# per search basis.
stores_check_widget = QWidget()
- stores_group_layout = QVBoxLayout()
- stores_check_widget.setLayout(stores_group_layout)
+ store_list_layout = QVBoxLayout()
+ stores_check_widget.setLayout(store_list_layout)
for x in sorted(self.store_plugins.keys(), key=lambda x: x.lower()):
cbox = QCheckBox(x)
cbox.setChecked(False)
- stores_group_layout.addWidget(cbox)
+ store_list_layout.addWidget(cbox)
setattr(self, 'store_check_' + x, cbox)
- stores_group_layout.addStretch()
- self.stores_group.setWidget(stores_check_widget)
+ store_list_layout.addStretch()
+ self.store_list.setWidget(stores_check_widget)
# Set the search query
self.search_edit.setText(query)
diff --git a/src/calibre/gui2/store/search/search.ui b/src/calibre/gui2/store/search/search.ui
index 8dd423baec..42f91de735 100644
--- a/src/calibre/gui2/store/search/search.ui
+++ b/src/calibre/gui2/store/search/search.ui
@@ -6,8 +6,8 @@
0
0
- 937
- 669
+ 584
+ 533
@@ -20,7 +20,7 @@
true
-
+
-
-
@@ -66,8 +66,14 @@
Stores
+
+ 0
+
+
+ 0
+
-
-
+
true
@@ -76,15 +82,18 @@
0
0
- 215
- 93
+ 207
+ 130
-
-
+
+
+ 0
+
-
@@ -108,76 +117,104 @@
+
+
+
+
-
-
-
- Open a selected book in the system's web browser
+
+
+
+ 1
+ 0
+
-
- Open in &external browser
+
+
+ 0
+ 0
+
+
+
+ true
+
+
+
+ 32
+ 32
+
+
+
+ false
+
+
+ false
+
+
+ false
+
+
+ true
+
+
+ false
+ -
+
+
-
+
+
+ Configure
+
+
+
+ -
+
+
+ Open a selected book in the system's web browser
+
+
+ Open in &external browser
+
+
+
+ -
+
+
+ Qt::Horizontal
+
+
+
+ 40
+ 20
+
+
+
+
+
+
-
-
-
- 2
- 0
-
-
-
- Qt::Horizontal
-
-
-
- Qt::Horizontal
-
-
-
-
- 1
- 0
-
-
-
-
- 0
- 0
-
-
-
- true
-
-
-
- 32
- 32
-
-
-
- false
-
-
- false
-
-
- false
-
-
- true
-
-
- false
-
-
-
-
-
+
-
+
+
+ Books:
+
+
+
+ -
+
+
+ 0
+
+
+
-