Change order of RR pane

This commit is contained in:
blitzman
2017-02-26 12:56:31 -05:00
parent 3209459e6d
commit fc45cef834

View File

@@ -32,8 +32,8 @@ from gui.pyfatogglepanel import TogglePanel
class StatsPane(wx.Panel):
DEFAULT_VIEWS = ["resourcesViewFull", "resistancesViewFull", "rechargeViewFull", "firepowerViewFull",
"capacitorViewFull", "targetingmiscViewFull",
"priceViewFull", "outgoingViewFull"]
"outgoingViewFull", "capacitorViewFull", "targetingmiscViewFull",
"priceViewFull"]
def fitChanged(self, event):
sFit = Fit.getInstance()