@mrbigchungus
Checked out the preferences screen, looks good.
Came across something I know you'll like.
Hidden Quick_Menu, hover to show. Modified it a little and switched to
Image Buttons, it works great
If you want you can add this to Preferences Screen
vbox:
style_prefix "radio"
label _("Quick Menu Size")
textbutton _("Small") action SetVariable("persistent.cz", 0.25)
textbutton _("Medium") action SetVariable("persistent.cz", 0.5)
textbutton _("Large") action SetVariable("persistent.cz", 0.75)
textbutton _("X-Large") action SetVariable("persistent.cz", 1)
Just drop this in your game folder.