Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
frodo19 opened this issue Feb 18, 2023 · 2 comments
Closed

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

frodo19 opened this issue Feb 18, 2023 · 2 comments

Comments

@frodo19
Copy link
Contributor

frodo19 commented Feb 18, 2023

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

@frodo19 frodo19 changed the title In file view in the Content panel the filemame cropped In file view in the Content panel the filename cropped Feb 18, 2023
@b-jesch
Copy link
Owner

b-jesch commented Feb 18, 2023

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...

@b-jesch b-jesch closed this as completed Feb 18, 2023
@frodo19
Copy link
Contributor Author

frodo19 commented Feb 18, 2023

Thanks, works fine :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants