DucNg / fip-player

FIP client with metadata
Do What The F*ck You Want To Public License
5 stars 3 forks source link

Strange display when title bar is spread on multiple lines #18

Closed DucNg closed 1 year ago

DucNg commented 1 year ago

When title bar is spread on multiple lines list is buggy because m.list.SetSize() doesn't have the right value anymore.

Way to fix this: detect when title is longer than available width and use ellipsis to avoid overflow (instead of line wrap)