mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 21:17:01 +02:00
Fix #1866301 [[Enhancement] Move Restore default settings button](https://bugs.launchpad.net/calibre/+bug/1866301)
This commit is contained in:
parent
f4836770cf
commit
cec69cad8a
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ def create_prefs_widget(container, prefs_data):
|
|||
if state.widgets.length:
|
||||
container.appendChild(
|
||||
E.div(
|
||||
style='margin:1ex 1em; padding: 1em; text-align:center',
|
||||
style='margin:1rem;',
|
||||
create_button(_('Restore default settings'), 'refresh', reset_to_defaults)
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue