This commit is contained in:
Kovid Goyal 2022-06-23 23:32:46 +05:30
commit 91e5467782
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -592,7 +592,7 @@ class Text(Base):
class Series(Base):
def setup_ui(self, parent):
w = EditWithComplete(parent, sort_key=title_sort)
w = EditWithComplete(parent, sort_func=title_sort)
w.set_separator(None)
w.setSizeAdjustPolicy(QComboBox.SizeAdjustPolicy.AdjustToMinimumContentsLengthWithIcon)
w.setMinimumContentsLength(25)