Skip to content

Commit

Permalink
Scale global rating pixmap
Browse files Browse the repository at this point in the history
  • Loading branch information
Gatsik committed Aug 4, 2024
1 parent 88d129b commit ae7c7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playercard/leagueformatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def on_image_downloaded(self, _: str, pixmap: QPixmap) -> None:

class GlobalLeagueFormatter(LeagueFormatter):
def default_pixmap(self) -> QPixmap:
return util.THEME.pixmap("player_card/global.png")
return util.THEME.pixmap("player_card/global.png").scaled(80, 80)

def default_league(self) -> str:
return ""
Expand Down

0 comments on commit ae7c7ea

Please sign in to comment.