Skip to content

Commit

Permalink
rename pedestal to podium
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartthomas25 committed Dec 31, 2022
1 parent 41153d3 commit 3d71ffe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes
2 changes: 1 addition & 1 deletion jparty/scoreboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def create_player_widget(self, player):
def paintEvent(self, event):
qp = QPainter()
qp.begin(self)
qp.drawPixmap(self.rect(), QPixmap(resource_path("pedestal.png")))
qp.drawPixmap(self.rect(), QPixmap(resource_path("podium.png")))
qp.end()


Expand Down

0 comments on commit 3d71ffe

Please sign in to comment.