Skip to content

Commit

Permalink
Merge pull request #468 from duncanawoods/fix_bad_fontsize_if_positio…
Browse files Browse the repository at this point in the history
…n_is_set

set default WebPreferences.DefaultFontSize
  • Loading branch information
GregorBiswanger authored Aug 14, 2020
2 parents 5d4509b + a703049 commit 6337cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElectronNET.API/Entities/WebPreferences.cs
Original file line number Diff line number Diff line change
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 6337cac

Please sign in to comment.