Use common dialog font for OperatingSystemPropertiesDialog
This commit is contained in:
parent
cd976637c6
commit
e3f9bd4021
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user