Move privacy column in editor citation tabs

This commit is contained in:
DaveSch-gramps 2021-10-19 16:22:48 -04:00 committed by Nick Hall
parent 805a8a9424
commit f850959726

View File

@ -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):
"""