From cec69cad8a78379b134e75457d1bdb4674e81734 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 7 Mar 2020 08:45:45 +0530 Subject: [PATCH] Fix #1866301 [[Enhancement] Move Restore default settings button](https://bugs.launchpad.net/calibre/+bug/1866301) --- src/pyj/book_list/prefs.pyj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyj/book_list/prefs.pyj b/src/pyj/book_list/prefs.pyj index 1c4a7ff0d5..aa8c9d8989 100644 --- a/src/pyj/book_list/prefs.pyj +++ b/src/pyj/book_list/prefs.pyj @@ -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) ) )