diff --git a/src/calibre/gui2/dialogs/metadata_bulk.py b/src/calibre/gui2/dialogs/metadata_bulk.py index 681f65b19e..7122fe14fa 100644 --- a/src/calibre/gui2/dialogs/metadata_bulk.py +++ b/src/calibre/gui2/dialogs/metadata_bulk.py @@ -190,7 +190,7 @@ class MetadataBulkDialog(QDialog, Ui_MetadataBulkDialog): self.destination_field.addItems(fields) self.destination_field.setMaxVisibleItems(min(len(fields), 20)) offset = 10 - self.s_r_number_of_books = min(7, len(self.ids)) + self.s_r_number_of_books = min(10, len(self.ids)) for i in range(1,self.s_r_number_of_books+1): w = QtGui.QLabel(self.tabWidgetPage3) w.setText(_('Book %d:')%i) diff --git a/src/calibre/gui2/dialogs/metadata_bulk.ui b/src/calibre/gui2/dialogs/metadata_bulk.ui index ec5a952346..f28f3fb57c 100644 --- a/src/calibre/gui2/dialogs/metadata_bulk.ui +++ b/src/calibre/gui2/dialogs/metadata_bulk.ui @@ -319,7 +319,7 @@ Future conversion of these books will use the default settings. &Search and replace (experimental) - + QLayout::SetMinimumSize @@ -406,6 +406,12 @@ Future conversion of these books will use the default settings. Enter the what you are looking for, either plain text or a regular expression, depending on the mode + + + 100 + 0 + + @@ -558,19 +564,33 @@ nothing should be put between the original text and the inserted text - - - - Your test: + + + + QFrame::NoFrame + + true + + + + + + + Your test: + + + + + + + + + + + - - - - - -