Use common dialog font for OperatingSystemPropertiesDialog

This commit is contained in:
Michael Becker 2015-04-21 15:41:56 -04:00
parent cd976637c6
commit e3f9bd4021

View File

@ -12,6 +12,7 @@ namespace UniversalEditor.Dialogs.Setup.Microsoft.ACME.BootstrapScript
public OperatingSystemPropertiesDialogImpl()
{
InitializeComponent();
Font = SystemFonts.MenuFont;
}
private void cmdOK_Click(object sender, EventArgs e)