mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-31 03:39:04 +08:00
maxwidth fix
This commit is contained in:
parent
691dfa8ab1
commit
abf1bb9b62
@ -400,7 +400,7 @@ class PlaylistCustomizeBrowserWindow(bui.Window):
|
||||
txtw = bui.textwidget(
|
||||
parent=self._columnwidget,
|
||||
size=(self._width - 40, 30),
|
||||
maxwidth=self._width - 110,
|
||||
maxwidth=440,
|
||||
text=self._get_playlist_display_name(pname),
|
||||
h_align='left',
|
||||
v_align='center',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user