mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
f81af056eb
commit
d83ef28bdf
@ -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")))
|
||||
|
Loading…
x
Reference in New Issue
Block a user