Move privacy column in editor citation tabs
This commit is contained in:
parent
805a8a9424
commit
f850959726
@ -125,7 +125,7 @@ class CitationEmbedList(EmbeddedList, DbGUIElement):
|
|||||||
"""
|
"""
|
||||||
Return the column order of the columns in the display tab.
|
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):
|
def add_button_clicked(self, obj):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user