From f85095972686681d07d9e7e7e951d3eeff7892a5 Mon Sep 17 00:00:00 2001 From: DaveSch-gramps Date: Tue, 19 Oct 2021 16:22:48 -0400 Subject: [PATCH] Move privacy column in editor citation tabs --- gramps/gui/editors/displaytabs/citationembedlist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/gui/editors/displaytabs/citationembedlist.py b/gramps/gui/editors/displaytabs/citationembedlist.py index 34d8fdf81..292854f93 100644 --- a/gramps/gui/editors/displaytabs/citationembedlist.py +++ b/gramps/gui/editors/displaytabs/citationembedlist.py @@ -125,7 +125,7 @@ class CitationEmbedList(EmbeddedList, DbGUIElement): """ Return the column order of the columns in the display tab. """ - return ((1, 0), (1, 1), (1, 5), (1, 2), (1, 3), (1, 6), (1, 4), (1, 7)) + return ((1, 7), (1, 0), (1, 1), (1, 5), (1, 2), (1, 3), (1, 6), (1, 4)) def add_button_clicked(self, obj): """