Change order of RR pane
This commit is contained in:
@@ -32,8 +32,8 @@ from gui.pyfatogglepanel import TogglePanel
|
|||||||
|
|
||||||
class StatsPane(wx.Panel):
|
class StatsPane(wx.Panel):
|
||||||
DEFAULT_VIEWS = ["resourcesViewFull", "resistancesViewFull", "rechargeViewFull", "firepowerViewFull",
|
DEFAULT_VIEWS = ["resourcesViewFull", "resistancesViewFull", "rechargeViewFull", "firepowerViewFull",
|
||||||
"capacitorViewFull", "targetingmiscViewFull",
|
"outgoingViewFull", "capacitorViewFull", "targetingmiscViewFull",
|
||||||
"priceViewFull", "outgoingViewFull"]
|
"priceViewFull"]
|
||||||
|
|
||||||
def fitChanged(self, event):
|
def fitChanged(self, event):
|
||||||
sFit = Fit.getInstance()
|
sFit = Fit.getInstance()
|
||||||
|
|||||||
Reference in New Issue
Block a user