mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 21:43:51 +02:00
...
This commit is contained in:
parent
f81af056eb
commit
d83ef28bdf
1 changed files with 1 additions and 0 deletions
|
|
@ -413,6 +413,7 @@ def setupUi(self, x):
|
|||
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…
Reference in a new issue