mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Merge pull request #88 from Steveveepee/Steveveepee-patch-1
Update QWaitingForMissionResultWindow.py
This commit is contained in:
commit
9cf697d72c
@ -121,7 +121,7 @@ class QWaitingForMissionResultWindow(QDialog):
|
|||||||
updateBox.setLayout(updateLayout)
|
updateBox.setLayout(updateLayout)
|
||||||
self.debriefing = debriefing
|
self.debriefing = debriefing
|
||||||
|
|
||||||
updateLayout.addWidget(QLabel("<b>Aircrafts destroyed</b>"), 0, 0)
|
updateLayout.addWidget(QLabel("<b>Aircraft destroyed</b>"), 0, 0)
|
||||||
updateLayout.addWidget(QLabel(str(len(debriefing.killed_aircrafts))), 0, 1)
|
updateLayout.addWidget(QLabel(str(len(debriefing.killed_aircrafts))), 0, 1)
|
||||||
|
|
||||||
updateLayout.addWidget(QLabel("<b>Ground units destroyed</b>"), 1, 0)
|
updateLayout.addWidget(QLabel("<b>Ground units destroyed</b>"), 1, 0)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user