diff --git a/src/calibre/gui2/convert/metadata.ui b/src/calibre/gui2/convert/metadata.ui
index ec5a913f18..7bc45e234e 100644
--- a/src/calibre/gui2/convert/metadata.ui
+++ b/src/calibre/gui2/convert/metadata.ui
@@ -20,6 +20,30 @@
Book Cover
+ -
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+
+
+
+ -
+
+
+ Use cover from &source file
+
+
+ true
+
+
+
-
@@ -71,30 +95,6 @@
- -
-
-
- Use cover from &source file
-
-
- true
-
-
-
- -
-
-
-
-
-
-
- 0
- 0
-
-
-
-
-
-
opt_prefer_metadata_cover
@@ -232,9 +232,6 @@
QComboBox::InsertAlphabetically
-
- QComboBox::AdjustToContents
-
-
diff --git a/src/calibre/gui2/dialogs/metadata_single.ui b/src/calibre/gui2/dialogs/metadata_single.ui
index 4efb48d870..5da9d37d04 100644
--- a/src/calibre/gui2/dialogs/metadata_single.ui
+++ b/src/calibre/gui2/dialogs/metadata_single.ui
@@ -277,12 +277,6 @@
-
-
-
- 0
- 0
-
-
List of known series. You can add new series.
@@ -295,9 +289,6 @@
QComboBox::InsertAlphabetically
-
- QComboBox::AdjustToContents
-
-
diff --git a/src/calibre/gui2/widgets.py b/src/calibre/gui2/widgets.py
index 97758482fc..994fa4575f 100644
--- a/src/calibre/gui2/widgets.py
+++ b/src/calibre/gui2/widgets.py
@@ -490,6 +490,7 @@ class EnComboBox(QComboBox):
QComboBox.__init__(self, *args)
self.setLineEdit(EnLineEdit(self))
self.setAutoCompletionCaseSensitivity(Qt.CaseSensitive)
+ self.setMinimumContentsLength(20)
def text(self):
return unicode(self.currentText())