Put the booster slot before the name to be consistent with the implant
view
This commit is contained in:
@@ -27,8 +27,8 @@ from gui.contextMenu import ContextMenu
|
|||||||
|
|
||||||
class BoosterView(d.Display):
|
class BoosterView(d.Display):
|
||||||
DEFAULT_COLS = ["Activity Checkbox",
|
DEFAULT_COLS = ["Activity Checkbox",
|
||||||
"Name",
|
"attr:boosterness"
|
||||||
"attr:boosterness"]
|
"Name"]
|
||||||
|
|
||||||
def __init__(self, parent):
|
def __init__(self, parent):
|
||||||
d.Display.__init__(self, parent)
|
d.Display.__init__(self, parent)
|
||||||
|
|||||||
Reference in New Issue
Block a user