mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-23 23:03:07 +02:00
...
This commit is contained in:
parent
5203777b2a
commit
ca3f2dafc5
1 changed files with 2 additions and 0 deletions
|
|
@ -192,6 +192,8 @@ def do_layout(self): # {{{
|
|||
self.tabs.append(w)
|
||||
self.central_widget.addTab(w, _('&Custom metadata'))
|
||||
l.addLayout(tl)
|
||||
l.addItem(QSpacerItem(10, 15, QSizePolicy.Expanding,
|
||||
QSizePolicy.Fixed))
|
||||
|
||||
sto = QWidget.setTabOrder
|
||||
sto(self.button_box, self.fetch_metadata_button)
|
||||
|
|
|
|||
Loading…
Reference in a new issue