factoriolib / flib

A set of high-quality, commonly-used utilities for creating Factorio mods.
https://mods.factorio.com/mod/flib
MIT License
64 stars 15 forks source link

Add naked scroll pane without inner padding #18

Closed ClaudeMetz closed 4 years ago

ClaudeMetz commented 4 years ago

I added a further scroll pane style, which is identical to flib_naked_scroll_pane, but without the inner padding. This is useful when trying to add a scroll pane around a table for example, as seen here.

As a sidenote, I also included vertically_stretchable = "on" as that is present on the naked_scroll_pane, but I'm not sure why. It automatically stretches to size 0 if you don't set a size on its parent I'm pretty sure, which is annoying of course. I brought it up with Raiguard, we'll see what becomes of that.

(Also typo in the commit message, my bad)

ClaudeMetz commented 4 years ago

I removed the stretching after Raiguard agreed that it can be removed.