Swapped projected module state and ammo icons
Projected view should be consistent with fitting view. Also fixed a capitalization issue in moduleState.py
This commit is contained in:
@@ -23,7 +23,7 @@ from gui import bitmapLoader
|
||||
from eos.types import State
|
||||
|
||||
class ModuleState(ViewColumn):
|
||||
name = "Module state"
|
||||
name = "Module State"
|
||||
def __init__(self, fittingView, params):
|
||||
ViewColumn.__init__(self, fittingView)
|
||||
self.resizable = False
|
||||
|
||||
@@ -30,7 +30,7 @@ from gui.builtinViewColumns.moduleState import ModuleState
|
||||
FitChanged, FIT_CHANGED = wx.lib.newevent.NewEvent()
|
||||
|
||||
class FittingView(d.Display):
|
||||
DEFAULT_COLS = ["Module state",
|
||||
DEFAULT_COLS = ["Module State",
|
||||
"Module Ammo Icon",
|
||||
"Module name/slot",
|
||||
"attr:power",
|
||||
|
||||
@@ -27,8 +27,8 @@ from gui.contextMenu import ContextMenu
|
||||
import eos.types
|
||||
|
||||
class ProjectedView(d.Display):
|
||||
DEFAULT_COLS = ["Projected Ammo Icon",
|
||||
"Projected State",
|
||||
DEFAULT_COLS = ["Projected State",
|
||||
"Projected Ammo Icon",
|
||||
"Projected Name",
|
||||
"Projected Ammo"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user