mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Shows total at top for economic intel
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user