mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Fixed label in strike mission generator
This commit is contained in:
parent
2a7e5eecd7
commit
f2fb2cb363
@ -33,7 +33,7 @@ class QSTRIKEMissionGenerator(QAbstractMissionGenerator):
|
|||||||
layout = QVBoxLayout()
|
layout = QVBoxLayout()
|
||||||
|
|
||||||
wpt_layout = QHBoxLayout()
|
wpt_layout = QHBoxLayout()
|
||||||
wpt_layout.addWidget(QLabel("SEAD/DEAD target : "))
|
wpt_layout.addWidget(QLabel("Target : "))
|
||||||
wpt_layout.addStretch()
|
wpt_layout.addStretch()
|
||||||
wpt_layout.addWidget(self.tgt_selection_box, alignment=Qt.AlignRight)
|
wpt_layout.addWidget(self.tgt_selection_box, alignment=Qt.AlignRight)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user