From f4d87127a63a11634f77fc8888a441817a6fe9f3 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 13 Apr 2024 13:46:49 +0530 Subject: [PATCH] Fix #2056623 [[Enhancement] Move the Show options closer to the search field in the Manage items window](https://bugs.launchpad.net/calibre/+bug/2056623) --- .../gui2/dialogs/edit_authors_dialog.ui | 117 +++++++++--------- 1 file changed, 58 insertions(+), 59 deletions(-) diff --git a/src/calibre/gui2/dialogs/edit_authors_dialog.ui b/src/calibre/gui2/dialogs/edit_authors_dialog.ui index ea1dd36d35..5746456f99 100644 --- a/src/calibre/gui2/dialogs/edit_authors_dialog.ui +++ b/src/calibre/gui2/dialogs/edit_authors_dialog.ui @@ -20,10 +20,33 @@ Manage authors - - + + + + + + + 0 + 0 + + + + + 200 + 0 + + + + <p>Only show authors that contain the text in this box. + The match ignores case.</p> + + + true + + + - + &Search for: @@ -34,17 +57,40 @@ + + + 0 + 0 + + 200 0 - + true + + + + Filter &by: + + + filter_box + + + + + + + Fi&lter + + + @@ -52,20 +98,7 @@ - - - - Qt::Horizontal - - - - 40 - 20 - - - - - + @@ -108,40 +141,6 @@ - - - - Filter &by: - - - filter_box - - - - - - - - 200 - 0 - - - - <p>Only show authors that contain the text in this box. - The match ignores case.</p> - - - true - - - - - - - Fi&lter - - - @@ -217,6 +216,13 @@ after changing Preferences->Advanced->Tweaks->Author sort name algorith + + + HistoryLineEdit + QComboBox +
calibre/gui2/widgets.h
+
+
@@ -252,11 +258,4 @@ after changing Preferences->Advanced->Tweaks->Author sort name algorith - - - HistoryLineEdit - QComboBox -
calibre/gui2/widgets.h
-
-