mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-05 23:13:46 +08:00
another maxwidth fix
This commit is contained in:
parent
abf1bb9b62
commit
62a246de4a
@ -122,6 +122,7 @@ class PlaylistEditWindow(bui.Window):
|
|||||||
h_align='left',
|
h_align='left',
|
||||||
v_align='center',
|
v_align='center',
|
||||||
max_chars=40,
|
max_chars=40,
|
||||||
|
maxwidth=380,
|
||||||
autoselect=True,
|
autoselect=True,
|
||||||
color=(0.9, 0.9, 0.9, 1.0),
|
color=(0.9, 0.9, 0.9, 1.0),
|
||||||
description=bui.Lstr(resource=f'{self._r}.listNameText'),
|
description=bui.Lstr(resource=f'{self._r}.listNameText'),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user