From fc45cef834d1ff58eda74678faa8db38e5575fc5 Mon Sep 17 00:00:00 2001 From: blitzman Date: Sun, 26 Feb 2017 12:56:31 -0500 Subject: [PATCH] Change order of RR pane --- gui/statsPane.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()