Put bombing view before prices
This commit is contained in:
@@ -7,7 +7,7 @@ __all__ = [
|
||||
"outgoingViewFull",
|
||||
"outgoingViewMinimal",
|
||||
"targetingMiscViewMinimal",
|
||||
"bombingViewFull",
|
||||
"priceViewFull",
|
||||
"priceViewMinimal",
|
||||
"bombingViewFull",
|
||||
]
|
||||
|
||||
@@ -43,8 +43,8 @@ class StatsPane(wx.Panel):
|
||||
"outgoing",
|
||||
"capacitor",
|
||||
"targetingMisc",
|
||||
"price",
|
||||
"bombing",
|
||||
"price",
|
||||
]
|
||||
|
||||
# Don't have these....yet....
|
||||
|
||||
@@ -51,9 +51,9 @@ from gui.builtinStatsViews import ( # noqa: E402, F401
|
||||
capacitorViewFull,
|
||||
rechargeViewFull,
|
||||
targetingMiscViewMinimal,
|
||||
bombingViewFull,
|
||||
priceViewFull,
|
||||
priceViewMinimal,
|
||||
outgoingViewFull,
|
||||
outgoingViewMinimal,
|
||||
bombingViewFull,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user