diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml index 13d46394c..b4795ec8b 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml @@ -9,12 +9,12 @@ diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml.cs b/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml.cs index 5d2980c55..26f169c92 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml.cs @@ -108,7 +108,7 @@ namespace Flow.Launcher.Plugin.Explorer.Views private void expActionKeywords_Click(object sender, RoutedEventArgs e) { if (expActionKeywords.IsExpanded) - expActionKeywords.Height = 215; + expActionKeywords.Height = 205; if (expExcludedPaths.IsExpanded) expExcludedPaths.IsExpanded = false; @@ -128,7 +128,7 @@ namespace Flow.Launcher.Plugin.Explorer.Views private void expAccessLinks_Click(object sender, RoutedEventArgs e) { if (expAccessLinks.IsExpanded) - expAccessLinks.Height = 215; + expAccessLinks.Height = 205; if (expExcludedPaths.IsExpanded) expExcludedPaths.IsExpanded = false;