mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Layout check boxes better.
This commit is contained in:
parent
0eb9dbb4a4
commit
84211bae54
@ -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'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user