mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
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:
parent
67ed07db66
commit
0e46388e20
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user