Reorder some columns & menus
This commit is contained in:
@@ -1 +1 @@
|
|||||||
__all__ = ["itemStats", "damagePattern", "moduleAmmoPicker"]
|
__all__ = ["moduleAmmoPicker", "itemStats", "damagePattern"]
|
||||||
|
|||||||
@@ -32,12 +32,13 @@ FitChanged, FIT_CHANGED = wx.lib.newevent.NewEvent()
|
|||||||
class FittingView(d.Display):
|
class FittingView(d.Display):
|
||||||
DEFAULT_COLS = ["Module state",
|
DEFAULT_COLS = ["Module state",
|
||||||
"Module name/slot",
|
"Module name/slot",
|
||||||
"attr:power",
|
"Module Ammo",
|
||||||
"attr:cpu",
|
|
||||||
"Capacitor Usage",
|
"Capacitor Usage",
|
||||||
"attr:trackingSpeed",
|
"attr:trackingSpeed",
|
||||||
"Max range",
|
"Max range",
|
||||||
"Module Ammo"]
|
"attr:power",
|
||||||
|
"attr:cpu",
|
||||||
|
]
|
||||||
|
|
||||||
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