From 64b02477e6ca913e8294e5bc7273cbd1029d88bf Mon Sep 17 00:00:00 2001 From: cncfanatics Date: Thu, 28 Oct 2010 07:46:07 +0200 Subject: [PATCH] Put the booster slot before the name to be consistent with the implant view --- gui/boosterView.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/boosterView.py b/gui/boosterView.py index 41fdcf720..7cddf2e3b 100644 --- a/gui/boosterView.py +++ b/gui/boosterView.py @@ -27,8 +27,8 @@ from gui.contextMenu import ContextMenu class BoosterView(d.Display): DEFAULT_COLS = ["Activity Checkbox", - "Name", - "attr:boosterness"] + "attr:boosterness" + "Name"] def __init__(self, parent): d.Display.__init__(self, parent)