Change default max result to show to 5, less cluttering

This commit is contained in:
Jeremy Wu 2020-04-29 14:04:52 +10:00
parent 1492bc9604
commit 00fe37ea80

View file

@ -59,7 +59,7 @@ namespace Flow.Launcher.Infrastructure.UserSettings
public double WindowLeft { get; set; }
public double WindowTop { get; set; }
public int MaxResultsToShow { get; set; } = 6;
public int MaxResultsToShow { get; set; } = 5;
public int ActivateTimes { get; set; }
// Order defaults to 0 or -1, so 1 will let this property appear last