Browse Source

fix font on Windows 8

tags/2.3
clowwindy 9 years ago
parent
commit
b2c01254bc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      shadowsocks-csharp/View/ConfigForm.cs

+ 1
- 1
shadowsocks-csharp/View/ConfigForm.cs View File

@@ -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


Loading…
Cancel
Save