Change order of RR pane
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user