Explorar o código

Change default font to a monospaced one

Daniel Chalmers %!s(int64=3) %!d(string=hai) anos
pai
achega
060609a984
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      DesktopClock/Properties/Settings.cs

+ 1 - 1
DesktopClock/Properties/Settings.cs

@@ -45,7 +45,7 @@ public sealed class Settings : INotifyPropertyChanged
     public double BackgroundOpacity { get; set; } = 0.90;
     public Color OuterColor { get; set; }
     public Color TextColor { get; set; }
-    public string FontFamily { get; set; } = "Arial";
+    public string FontFamily { get; set; } = "Consolas";
     public DateTimeOffset CountdownTo { get; set; } = DateTimeOffset.MinValue;
 
     [JsonIgnore]