Shows total at top for economic intel

This commit is contained in:
jsjlewis96
2021-06-19 01:20:49 +01:00
committed by Dan Albert
parent c68e583c20
commit fe227e02b8
2 changed files with 10 additions and 5 deletions

View File

@@ -45,7 +45,7 @@ class ScrollingFrame(QFrame):
class EconomyIntelTab(ScrollingFrame):
def __init__(self, game: Game, player: bool) -> None:
super().__init__()
self.addLayout(FinancesLayout(game, player=player))
self.addLayout(FinancesLayout(game, player=player, total_at_top=True))
class IntelTableLayout(QGridLayout):