Put the booster slot before the name to be consistent with the implant

view
This commit is contained in:
cncfanatics
2010-10-28 07:46:07 +02:00
parent 58b127ac08
commit 64b02477e6

View File

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