mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
chore: variable name changes
This commit is contained in:
parent
976ee51bf5
commit
0f1b396dd2
@ -125,10 +125,10 @@ class QGroundObjectMenu(QDialog):
|
||||
self.financesBoxLayout = QGridLayout()
|
||||
|
||||
str_total_income = 'Available: ' + str(total_income) + "M"
|
||||
str_percived_income = 'Receiving: ' + str(received_income) + "M"
|
||||
str_received_income = 'Receiving: ' + str(received_income) + "M"
|
||||
|
||||
self.financesBoxLayout.addWidget(QLabel(str_total_income), 2, 1)
|
||||
self.financesBoxLayout.addWidget(QLabel(str_percived_income), 2, 2)
|
||||
self.financesBoxLayout.addWidget(QLabel(str_received_income), 2, 2)
|
||||
|
||||
self.financesBox.setLayout(self.financesBoxLayout)
|
||||
self.buildingBox.setLayout(self.buildingsLayout)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user