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)