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