Enable marquee for file names on the top screen. Fixes #22

This commit is contained in:
Gericom
2026-03-29 11:56:13 +02:00
parent 3f780fdd69
commit 9ca3e38668
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ CustomFileInfoView::CustomFileInfoView(const IFontRepository* fontRepository)
AddChildTail(&_firstLine);
AddChildTail(&_secondLine);
AddChildTail(&_thirdLine);
_filenameLabelView.SetEllipsisStyle(LabelView::EllipsisStyle::Ellipsis);
_filenameLabelView.SetEllipsisStyle(LabelView::EllipsisStyle::Marquee);
AddChildTail(&_filenameLabelView);
}