Fixed size grabber for scrollbars #11908
pipkofanfare
started this conversation in
GUI
Replies: 1 comment
-
Can't this be resolved using nine-patch texturing? In terms of usability, I dislike when a scrollbar doesn't indicate how much content there is to scroll, so it may be preferable to have something slightly worse-looking if it's more usable. I'm pretty sure we can find a solution to have good-looking variable-length scrollbars anyway, so we may not need to compromise too much here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Right now the grabber for scroll bars is always proportional size to the amount of content being scrolled. However, with some (especially pixel) art styles, this does not look good/right. An option for fixed size scrollbars would avoid the need for hacky workarounds to create the effect.
Beta Was this translation helpful? Give feedback.
All reactions