mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Make the transfer button more obvious.
https://github.com/dcs-liberation/dcs_liberation/issues/1069
This commit is contained in:
parent
edfc879b41
commit
4b004320a4
@ -91,6 +91,7 @@ class QBaseMenu2(QDialog):
|
|||||||
|
|
||||||
if self.cp.captured and self.has_transfer_destinations:
|
if self.cp.captured and self.has_transfer_destinations:
|
||||||
transfer_button = QPushButton("Transfer Units")
|
transfer_button = QPushButton("Transfer Units")
|
||||||
|
transfer_button.setProperty("style", "btn-success")
|
||||||
bottom_row.addWidget(transfer_button)
|
bottom_row.addWidget(transfer_button)
|
||||||
transfer_button.clicked.connect(self.open_transfer_dialog)
|
transfer_button.clicked.connect(self.open_transfer_dialog)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user