diff --git a/src/calibre/gui2/store/search.py b/src/calibre/gui2/store/search.py index 7c74ee288a..8dadda7189 100644 --- a/src/calibre/gui2/store/search.py +++ b/src/calibre/gui2/store/search.py @@ -51,6 +51,7 @@ class SearchDialog(QDialog, Ui_Dialog): stores_group_layout.addWidget(cbox) setattr(self, 'store_check_' + x.name, cbox) + stores_group_layout.addStretch() store_button_layout = QHBoxLayout() stores_group_layout.addLayout(store_button_layout) self.select_all_stores = QPushButton(_('All'))