b-jesch / skin.estuary.modv2

A Skin for Matrix/Nexus
Other
95 stars 32 forks source link

In file view in the Content panel the filename cropped #114

Closed frodo19 closed 1 year ago

frodo19 commented 1 year ago

In the movie file folders, when the filename too long, the Skin not display that correctly. Just crop or shift the name of the file to left. List view and Shift view affected as well, but maybe other views too. Kodi Nexus version, but the matrix too.

Thanks

Névtelen Névtelen1

b-jesch commented 1 year ago

This is a limitation of the used textbox control. If labels ar too long and don't have spaces inside, the control doesn't have any chance to break the label into two or more lines.

Changing the textbox control to label control and set wrapmultiline fixed this issue.

BTW Normally this view shouldn't appear on file view...

frodo19 commented 1 year ago

Thanks, works fine :)