Skip to content

Commit

Permalink
added amount to currency view
Browse files Browse the repository at this point in the history
  • Loading branch information
nesb1 committed Jun 24, 2020
1 parent 2a27bd8 commit f70dcd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/currency_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def draw_graphs(self):
selling_prices[-1],
purchasing_prices[-1],
str(self._user.money),
'ТУТ КОЛ-ВО ВАЛЮТЫ У ПОЛЬЗОВАТЕЛЯ',
str(self._currency.amount),
self._currency.name,
)
self.graphicsView.setBackground('w')
Expand Down

0 comments on commit f70dcd8

Please sign in to comment.