mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
This is caused by having a very long test value in the saved values dropdown. Fix submitted
This commit is contained in:
parent
e18e386bc7
commit
58d5ec5fc7
@ -417,6 +417,8 @@ class MetadataBulkDialog(ResizableDialog, Ui_MetadataBulkDialog):
|
||||
self.writable_fields.sort()
|
||||
self.search_field.setMaxVisibleItems(25)
|
||||
self.destination_field.setMaxVisibleItems(25)
|
||||
self.testgrid.setColumnStretch(1, 1)
|
||||
self.testgrid.setColumnStretch(2, 1)
|
||||
offset = 10
|
||||
self.s_r_number_of_books = min(10, len(self.ids))
|
||||
for i in range(1,self.s_r_number_of_books+1):
|
||||
|
Loading…
x
Reference in New Issue
Block a user