Long titles scroll

Most of long titles are scrolling horizontally as usual, but some of them are scrolling vertically. Is it an issue or I might’ve done something wrong?

try adjusting FONT_LIST_PAD_RIGHT in the [font] section. I tend to remember if it is set to 0 it could cause problems. Try something like 10

It was 15, tried 10, didn’t help. I’ve had FONT_LIST_PAD_BOTTOM set to 1, tried to set it to 0, it helped. Thank you!

I think I’ve also seen where a negative padding helps. The component we use doesn’t allow setting the scrolling direction so it tries to auto figure it out. so in cases where everything fits it will think it needs to scroll vertically instead mainly because the padding is making it think there is not enough space for the text

2 Likes

Thank you! Maybe this topic will help someone, who will see the same scrolling.