From cc0cd5165819708ddaae6be3cfc4dcaf77592232 Mon Sep 17 00:00:00 2001 From: Alekhya Date: Fri, 15 May 2020 18:51:56 -0700 Subject: [PATCH] default four results in launcher (#3081) --- .../launcher/Wox.Infrastructure/UserSettings/Settings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/launcher/Wox.Infrastructure/UserSettings/Settings.cs b/src/modules/launcher/Wox.Infrastructure/UserSettings/Settings.cs index 63f1a6aa7b..66ad7cdbb3 100644 --- a/src/modules/launcher/Wox.Infrastructure/UserSettings/Settings.cs +++ b/src/modules/launcher/Wox.Infrastructure/UserSettings/Settings.cs @@ -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