mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-25 19:13:21 +02:00
...
This commit is contained in:
commit
abc1c2d7dd
1 changed files with 4 additions and 0 deletions
|
|
@ -612,6 +612,10 @@ def do_layout(self):
|
|||
|
||||
self.button_box.addButton(self.fetch_metadata_button,
|
||||
QDialogButtonBox.ActionRole)
|
||||
self.config_metadata_button.setToolButtonStyle(Qt.ToolButtonTextOnly)
|
||||
self.config_metadata_button.setText(_('Configure metadata downloading'))
|
||||
self.button_box.addButton(self.config_metadata_button,
|
||||
QDialogButtonBox.ActionRole)
|
||||
sto(self.button_box, self.title)
|
||||
|
||||
def create_row(row, widget, tab_to, button=None, icon=None, span=1):
|
||||
|
|
|
|||
Loading…
Reference in a new issue