Bulk metadata edit: Fix scrollbars not working in Custom metadata tab. Fixes #1875090 [Bulk custom metadata window crowded and no scroll bar](https://bugs.launchpad.net/calibre/+bug/1875090)

This commit is contained in:
Kovid Goyal 2020-04-26 09:18:01 +05:30
parent 67ed07db66
commit 0e46388e20
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1073,7 +1073,7 @@ class MetadataBulkDialog(QDialog, Ui_MetadataBulkDialog):
# }}}
def create_custom_column_editors(self):
w = self.central_widget.widget(1)
w = self.tab
layout = QGridLayout()
self.custom_column_widgets, self.__cc_spacers = \
populate_metadata_page(layout, self.db, self.ids, parent=w,