This is a small UI fixup that fixes the appearance of the check box for the "Autorun Emulator" check box.
Before:
After:
Confirmed with people on Discord that they repro the 'before' state too.
I'm led to believe the problem comes from buggy behavior in .NET layout, where SizeToFit will fit against something other than the displayed size. I checked the assigned size of the toolstrip and toolstrip menu item and they seem right or at least unrelated to the issue.
This is a small UI fixup that fixes the appearance of the check box for the "Autorun Emulator" check box. Before:
After:
Confirmed with people on Discord that they repro the 'before' state too. I'm led to believe the problem comes from buggy behavior in .NET layout, where SizeToFit will fit against something other than the displayed size. I checked the assigned size of the toolstrip and toolstrip menu item and they seem right or at least unrelated to the issue.