update the default font of the form

Fix #1817 
Without test. Please have a check.
This commit is contained in:
fangzheng 2021-11-02 12:30:07 +08:00 committed by GitHub
parent 3bc7812e1a
commit c3f01b3bf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,7 @@ namespace v2rayN.Forms
public BaseForm()
{
InitializeComponent();
this.Font= new System.Drawing.Font(System.Drawing.SystemFonts.MessageBoxFont.Name, System.Drawing.SystemFonts.DefaultFont.Size);
LoadCustomIcon();
}