diff --git a/gui/statsPane.py b/gui/statsPane.py index c86786f97..36c5c86be 100644 --- a/gui/statsPane.py +++ b/gui/statsPane.py @@ -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()