Skip to content

Commit

Permalink
set default WebPreferences.DefaultFontSize to fix tiny text when poss…
Browse files Browse the repository at this point in the history
…ition is set
  • Loading branch information
duncan committed Aug 13, 2020
1 parent 3dea167 commit a703049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElectronNET.API/Entities/WebPreferences.cs
Expand Up @@ -142,7 +142,7 @@ public class WebPreferences
/// <summary>
/// Defaults to 16.
/// </summary>
public int DefaultFontSize { get; set; }
public int DefaultFontSize { get; set; } = 16;

/// <summary>
/// Defaults to 13.
Expand Down

0 comments on commit a703049

Please sign in to comment.