mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-24 03:46:55 +00:00
update the default font of the form
Fix #1817 Without test. Please have a check.
This commit is contained in:
parent
3bc7812e1a
commit
c3f01b3bf0
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue