I've been looking for a way to change the grid dimensions in blueprints UI window. But i've been unable to find any info how to tackle the problem. Or if it is even possible.
Specifically I'd like to wider the blueprint list row in grid view from 6 to 8 items, as that would considerably cut down on need to mouse wheel scroll through some of the larger BP books like balancers.
Anyone willing to point me in the right direction please? Thanks :)
Modifying blueprints UI width
Modifying blueprints UI width
Efficiency is just highly developed form of laziness.
- eradicator
- Smart Inserter
- Posts: 5207
- Joined: Tue Jul 12, 2016 9:03 am
- Contact:
Re: Modifying blueprints UI width
Ctrl+F6 to see gui styles in-game. Changing vanilla Gui elements isn't possible. If you're lucky you find a style that is unique to what you want to change, but it looks like BP gui uses a generic table_with_extra_margins.
Author of: Belt Planner, Hand Crank Generator, Screenshot Maker, /sudo and more.
Mod support languages: 日本語, Deutsch, English
My code in the post above is dedicated to the public domain under CC0.
Mod support languages: 日本語, Deutsch, English
My code in the post above is dedicated to the public domain under CC0.
Re: Modifying blueprints UI width
Thank You for the info. :)
Efficiency is just highly developed form of laziness.