Spuz
Without rain, nothing grows.
- Gender
- Male
- Guildcard
- 42002473
- Guildcard 2
- 42002669
And was there a way for the main hub to increase size?
I tried:
But it didn't work. Maybe I did something wrong?
I tried:
Not without a code change. If you want to go after it, here are the relevant calls to imgui.Begin().
Addons window:
https://github.com/HybridEidolon/psobbaddonplugin/blob/master/addons/core_addonlist/init.lua#L32
Log window:
https://github.com/HybridEidolon/psobbaddonplugin/blob/master/addons/core_log/init.lua#L40
I believe you'll also need to set the font scale after this call to BeginChild:
https://github.com/HybridEidolon/psobbaddonplugin/blob/master/addons/core_log/init.lua#L52
Main window:
https://github.com/HybridEidolon/psobbaddonplugin/blob/master/addons/core_mainmenu/init.lua#L39
Exit Game window:
https://github.com/HybridEidolon/psobbaddonplugin/blob/master/addons/core_mainmenu/init.lua#L54
But it didn't work. Maybe I did something wrong?