andrewgu / ModConfigMenu

XCOM 2 Mod Config Menu: a project to build a shared settings menu for Xcom 2 mods.
11 stars 13 forks source link

Dropdowns Cut-Off When Low In Settings List #31

Open Patrick-Seymour opened 8 years ago

Patrick-Seymour commented 8 years ago

If you create a dropdown menu and it is low in the list of options in the menu, it can get cut off. In this example, there are four settings under the dropdown, but if there were only two then only about half of the dropdown would be visible. If the dropdown was the last option, then it would be virtually impossible to interact with.

https://www.dropbox.com/s/enwmegl3xormkql/mcm-dropdown-cutoff.png?dl=0

andrewgu commented 8 years ago

Does it look like it's getting cut off where the "options panel" might end?

By that I mean that every mod's tab/page is tied to a UIPanel, so it might be an occlusion problem where the UI gets cut off when it overruns the Panel's boundaries. Or it might be something else.