vlang / ui

A cross-platform UI library written in V
MIT License
2.31k stars 154 forks source link

Add minimal size to scrollbar thumb #577

Closed Avocadocs closed 5 days ago

Avocadocs commented 5 days ago

I noticed that with a big element the scrollbar size becomes so small we can't see it anymore image

Changing a few lines fix this by using the max function and a const min size for the scroll thumb

spytheman commented 5 days ago

Good work.