Switch "total" and "character" around
So that total is bottom-right item
This commit is contained in:
@@ -51,7 +51,7 @@ class PriceViewFull(StatsView):
|
|||||||
|
|
||||||
gridPrice = wx.GridSizer(2, 3, 0, 0)
|
gridPrice = wx.GridSizer(2, 3, 0, 0)
|
||||||
contentSizer.Add(gridPrice, 0, wx.EXPAND | wx.ALL, 0)
|
contentSizer.Add(gridPrice, 0, wx.EXPAND | wx.ALL, 0)
|
||||||
for _type in ("ship", "fittings", "total", "drones", "cargoBay", "character"):
|
for _type in ("ship", "fittings", "character", "drones", "cargoBay", "total"):
|
||||||
if _type in "ship":
|
if _type in "ship":
|
||||||
image = "ship_big"
|
image = "ship_big"
|
||||||
elif _type in ("fittings", "total"):
|
elif _type in ("fittings", "total"):
|
||||||
|
|||||||
Reference in New Issue
Block a user