Page 1 of 1

Space after standard options

Posted: Sat Aug 31, 2019 9:54 am
by m8f
Rationale:
When a mod adds a custom option menu, it adds a space before it, like this:

Code: Select all

AddOptionMenu OptionsMenu
{
  StaticText ""
  Submenu "$MYTITLE", MyOptions
}
to prevent custom option menu being in the same block as the last entries in the
standard options list. It's okay.

But when more than one such mod is loaded, each one of them adds a space before
their option menu entry, and Options Menu becomes unnecessary bloated.

This simple edit allows mods to not add a space, and still be separated from
standard options.

PR

/bikeshedding

Re: Space after standard options

Posted: Sat Aug 31, 2019 11:43 am
by Major Cooke
Please and thank you! This has bugged me to NO END.

Re: Space after standard options

Posted: Sat Aug 31, 2019 12:18 pm
by Blue Shadow
+1 from me.

Re: Space after standard options

Posted: Sat Aug 31, 2019 12:42 pm
by Marisa the Magician
Oh my god this would be a blessing.

Re: Space after standard options

Posted: Sat Aug 31, 2019 2:32 pm
by Rachael
Closing because added.