willnationsdev / godot-inheritance-dock

A Godot Engine plugin for a dock that provides inheritance-based Scene/Script/Resource views into the resource folder.
MIT License
48 stars 3 forks source link

The Filter List renders off-screen depending on your screen size #6

Closed willnationsdev closed 6 years ago

willnationsdev commented 6 years ago

When I changed computers to one with a larger monitor, the resulting render of the Filter List is this:

idock_filter_offscreen

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.

willnationsdev commented 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.

willnationsdev commented 6 years ago

Fixed with f5137e2fe9160688a08f085a0e3f0a4b69c25662.