Add some initial images for the unit info pages.

This was pretty fun! DCS is very photogenic given the right conditions...
This commit is contained in:
Simon Clark
2021-01-18 22:44:34 +00:00
parent 84e09be199
commit 38941f02a8
10 changed files with 1 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ class QUnitInfoWindow(QDialog):
self.setWindowTitle(f"Unit Info: {db.unit_get_expanded_info(self.game.player_country, self.unit_type, 'name')}")
self.setWindowIcon(QIcon("./resources/icon.png"))
self.setMinimumHeight(570)
self.setMaximumWidth(640)
self.setWindowFlags(Qt.WindowStaysOnTopHint)
self.initUi()