another maxwidth fix

This commit is contained in:
Vishal 2024-07-26 00:42:33 +05:30 committed by GitHub
parent abf1bb9b62
commit 62a246de4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -122,6 +122,7 @@ class PlaylistEditWindow(bui.Window):
h_align='left',
v_align='center',
max_chars=40,
maxwidth=380,
autoselect=True,
color=(0.9, 0.9, 0.9, 1.0),
description=bui.Lstr(resource=f'{self._r}.listNameText'),