Improve layout of intel window.

This commit is contained in:
Dan Albert
2020-12-25 14:42:04 -08:00
parent 1d76ee4871
commit 1f4516b954
2 changed files with 6 additions and 3 deletions

View File

@@ -62,6 +62,7 @@ class FinancesLayout(QGridLayout):
budget = game.enemy_budget
self.addWidget(QLabel(f"Balance"), row + 3, 1)
self.addWidget(QLabel(f"<b>{budget}M</b>"), row + 3, 2)
self.setRowStretch(row + 4, 1)
class QFinancesMenu(QDialog):