Browse Source

Fix default font error.

tags/3.3.6
noisyfox 8 years ago
parent
commit
964f681d3b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      shadowsocks-csharp/Model/LogViewerConfig.cs

+ 1
- 1
shadowsocks-csharp/Model/LogViewerConfig.cs View File

@@ -12,7 +12,7 @@ namespace Shadowsocks.Model
public bool wrapText;
public bool toolbarShown;
public Font Font { get; set; } = new Font("Console", 8F);
public Font Font { get; set; } = new Font("Consolas", 8F);
public Color BackgroundColor { get; set; } = Color.Black;


Loading…
Cancel
Save