From b2c01254bcead1a9bf6edc6b141b5c40014de9f6 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Sat, 20 Dec 2014 20:35:46 +0800 Subject: [PATCH] fix font on Windows 8 --- shadowsocks-csharp/View/ConfigForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shadowsocks-csharp/View/ConfigForm.cs b/shadowsocks-csharp/View/ConfigForm.cs index 6693d552..ecc9bf1f 100755 --- a/shadowsocks-csharp/View/ConfigForm.cs +++ b/shadowsocks-csharp/View/ConfigForm.cs @@ -22,7 +22,7 @@ namespace Shadowsocks.View public ConfigForm(ShadowsocksController controller) { - this.Font = System.Drawing.SystemFonts.DialogFont; + this.Font = System.Drawing.SystemFonts.MessageBoxFont; InitializeComponent(); // a dirty hack