From 785b3657e55b2b0eb0b368ed019502f1c5f326c9 Mon Sep 17 00:00:00 2001 From: Ishmaeel Date: Sat, 10 Aug 2024 21:50:22 +1000 Subject: [PATCH] Add maxlength --- .../Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml index bb19fef6e..001859caa 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml @@ -364,6 +364,7 @@ HorizontalAlignment="Left" VerticalAlignment="Center" PreviewTextInput="AllowOnlyNumericInput" + MaxLength="6" Text="{Binding MaxResult}" ToolTip="{DynamicResource plugin_explorer_Maximum_Results_Tooltip}"/>