This commit is contained in:
Kovid Goyal 2021-07-08 07:18:06 +05:30
parent f81af056eb
commit d83ef28bdf
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -413,6 +413,7 @@ class ConfigWidget(ConfigWidgetBase):
sb.sizePolicy().setHorizontalStretch(10)
sb.setSizeAdjustPolicy(QComboBox.SizeAdjustPolicy.AdjustToMinimumContentsLength)
sb.setMinimumContentsLength(10)
g.setColumnStretch(0, 100)
g.addWidget(self.search, 0, 0, 1, 1)
self.next_button = b = QPushButton(self)
b.setIcon(QIcon(I("arrow-down.png")))