From dab4137d5373bdeb330913bcc06014c61172cf2c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 28 Feb 2025 11:59:01 +0530 Subject: [PATCH] ... --- src/calibre/devices/kobo/kobotouch_config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/devices/kobo/kobotouch_config.py b/src/calibre/devices/kobo/kobotouch_config.py index d8e64ab43d..15d2791e5c 100644 --- a/src/calibre/devices/kobo/kobotouch_config.py +++ b/src/calibre/devices/kobo/kobotouch_config.py @@ -540,6 +540,7 @@ class CollectionsGroupBox(DeviceOptionsGroupBox): 'the collection management. The collections listed ' '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.setBuddy(self.ignore_collections_names_edit) 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)