Trinity-11 / FoenixIDE

Development and Debugging Suite for the C256 Foenix Family of Computers
GNU General Public License v3.0
48 stars 14 forks source link

Fix appearance of Autorun Emulator check box #33

Closed clandrew closed 1 year ago

clandrew commented 1 year ago

This is a small UI fixup that fixes the appearance of the check box for the "Autorun Emulator" check box. Before: image

After: image

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.

dtremblay commented 1 year ago

Thanks for the pull request. Your fixe has been merged.