mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
da5af9d8ee
commit
dab4137d53
@ -540,6 +540,7 @@ class CollectionsGroupBox(DeviceOptionsGroupBox):
|
|||||||
'the collection management. The collections listed '
|
'the collection management. The collections listed '
|
||||||
'will not be changed. Names are separated by commas.'))
|
'will not be changed. Names are separated by commas.'))
|
||||||
self.ignore_collections_names_label.setToolTip(self.ignore_collections_names_edit.toolTip())
|
self.ignore_collections_names_label.setToolTip(self.ignore_collections_names_edit.toolTip())
|
||||||
|
self.ignore_collections_names_label.setBuddy(self.ignore_collections_names_edit)
|
||||||
self.ignore_collections_names_edit.setText(device.get_pref('ignore_collections_names'))
|
self.ignore_collections_names_edit.setText(device.get_pref('ignore_collections_names'))
|
||||||
|
|
||||||
self.options_layout.addWidget(self.use_collections_columns_checkbox, 1, 0, 1, 1)
|
self.options_layout.addWidget(self.use_collections_columns_checkbox, 1, 0, 1, 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user