default four results in launcher (#3081)

This commit is contained in:
Alekhya 2020-05-15 18:51:56 -07:00 committed by GitHub
parent 9d3014e39c
commit cc0cd51658
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,7 @@ namespace Wox.Infrastructure.UserSettings
public double WindowLeft { get; set; }
public double WindowTop { get; set; }
private int _maxResultsToShow = 6;
private int _maxResultsToShow = 4;
public int MaxResultsToShow
{
get