Closed willnationsdev closed 6 years ago
oh no wait, this isn't a bug at all. It's just that the size of the filter list does this for the default positioning. You have to move the dock out and expand it in order to see the full filter list. I just need to adjust the filter list positioning so that, by default, you can see the entire list with the minimum size dock.
Fixed with f5137e2fe9160688a08f085a0e3f0a4b69c25662.
When I changed computers to one with a larger monitor, the resulting render of the Filter List is this:
The easiest fix would be to just stuff it into a WindowDialog and do
popup_centered_ratio
so that it can reliably show up for any size monitor without any issues. May try to do that soon.