Skip to content

Commit

Permalink
fix: avoid wide text cramming on main screen
Browse files Browse the repository at this point in the history
vzhd1701 committed Jul 21, 2022

Verified

This commit was signed with the committer’s verified signature.
Madouura Madoura
1 parent d6af5c3 commit f4b63be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gridplayer/player/managers/grid.py
Original file line number Diff line number Diff line change
@@ -65,6 +65,7 @@ def __init__(self, **kwargs):
)
self._info_label.setAlignment(Qt.AlignCenter)
self._info_label.setWordWrap(True)
self._info_label.setMargin(20) # noqa: WPS432
font = QFont("Hack", FONT_SIZE_BIG_INFO, QFont.Bold)
self._info_label.setFont(font)

0 comments on commit f4b63be

Please sign in to comment.