mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 17:43:38 +02: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
1 changed files with 2 additions and 0 deletions
|
|
@ -417,6 +417,8 @@ def prepare_search_and_replace(self):
|
|||
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…
Reference in a new issue