PavelZinchenko / event_horizon

GNU General Public License v3.0
55 stars 21 forks source link

List scroll handle becoming miniature on long lists #60

Open CrispyToken opened 2 years ago

CrispyToken commented 2 years ago

When scrolling any long list in game (eg. item inventory list, shipbuild list in constructor, etc), the scroll handle gets very small to such a degree that grabbing it by finger becomes almost impossible. The handle should have a minimum size defined to make usage easier.

juh9870 commented 2 years ago

Okay, I have found a way to fix it, but it requires an ungodly amount of tedious work. Aka, I need to find every ScrollRect in the game and add Vertical Scrollbar Limiter script to it. No way in hell I'm doing it manually.