Page 1 of 1

Available space for mods increased to whole screen height

Posted: Mon Mar 04, 2019 7:55 am
by JasonMiles
TL;DR
Currently mods are limited to ~2/3rd of screen height. Exceeding this height breaks rendering.

What ?
On https://imgur.com/a/8s8OHd8 you can see the todo list rendered without the buttons at the bottom (it should look like this: https://mods-data.factorio.com/assets/7 ... 64b227.png).
The reason is that below todo list is a little grey square. This is another mod (YARM).
Together all the items on the screen exceed the allotted space for mods on the screen.

Interestingly exceeding the height breaks rendering for mods in the middle. They are simply rendered smaller and parts are missing.

Suggestion: Either make the whole container for mods scrollable automatically or communicate mod_gui.frame_flow as standard for mods (I believe mod_gui already solves this problem)?