mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-31 14:33:54 -04: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
@ -214,7 +214,7 @@ def create_prefs_widget(container, prefs_data):
|
|||||||
if state.widgets.length:
|
if state.widgets.length:
|
||||||
container.appendChild(
|
container.appendChild(
|
||||||
E.div(
|
E.div(
|
||||||
style='margin:1ex 1em; padding: 1em; text-align:center',
|
style='margin:1rem;',
|
||||||
create_button(_('Restore default settings'), 'refresh', reset_to_defaults)
|
create_button(_('Restore default settings'), 'refresh', reset_to_defaults)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user