Skip to content

Commit

Permalink
Make track title display wider
Browse files Browse the repository at this point in the history
  • Loading branch information
alej0varas committed May 26, 2024
1 parent 82c778f commit 5a56ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bcp/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def __init__(self, screen_width, screen_height, skip_downloaded=False):

# track info
self.text_track_title = arcade.gui.UILabel(
" ", width=500, text_color=arcade.color.BLACK, font_size=50, align="center"
" ", width=screen_width, text_color=arcade.color.BLACK, font_size=50, align="center"
)
self.text_track_album = arcade.gui.UILabel(
" ", width=500, text_color=arcade.color.BLACK, font_size=30, align="center"
Expand Down

0 comments on commit 5a56ec0

Please sign in to comment.