playlists-within-playlists can make the playlist label longer 100 characters

This commit is contained in:
fgerlits 2006-12-04 12:03:30 +00:00
parent d45efa6e23
commit 5ceb0b2567
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ NowPlaying :: createFormattedLabel(int fontSize) throw ()
Pango::Attribute::create_attr_font_desc(
fontDescription);
fontDescriptionAttribute.set_start_index(0);
fontDescriptionAttribute.set_end_index(100);
fontDescriptionAttribute.set_end_index(255);
Pango::AttrList attributeList;
attributeList.insert(fontDescriptionAttribute);