From 6404d3252bb993f223601ad0db6b119eec27d541 Mon Sep 17 00:00:00 2001 From: Weeknie Date: Tue, 26 Oct 2010 14:59:42 +0200 Subject: [PATCH] Moved implant slot to the 2nd column in the implant view, ticket 169 --- gui/implantView.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/implantView.py b/gui/implantView.py index b06d53f12..55f9210db 100644 --- a/gui/implantView.py +++ b/gui/implantView.py @@ -27,8 +27,8 @@ from gui.contextMenu import ContextMenu class ImplantView(d.Display): DEFAULT_COLS = ["Activity Checkbox", - "Name", - "attr:implantness"] + "attr:implantness", + "Name"] def __init__(self, parent): d.Display.__init__(self, parent)