Browse Source

update font

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

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

@@ -22,6 +22,7 @@ namespace Shadowsocks.View
public ConfigForm(ShadowsocksController controller) public ConfigForm(ShadowsocksController controller)
{ {
this.Font = System.Drawing.SystemFonts.DialogFont;
InitializeComponent(); InitializeComponent();
UpdateTexts(); UpdateTexts();
this.Icon = Icon.FromHandle(Resources.ssw128.GetHicon()); this.Icon = Icon.FromHandle(Resources.ssw128.GetHicon());


Loading…
Cancel
Save