adjusted Explorer plugin's excluded and quick access control height

This commit is contained in:
Jeremy 2021-05-10 21:43:21 +10:00
parent fd0471bff5
commit 9957773ff9

View file

@ -108,7 +108,7 @@ namespace Flow.Launcher.Plugin.Explorer.Views
private void expActionKeywords_Click(object sender, RoutedEventArgs e) private void expActionKeywords_Click(object sender, RoutedEventArgs e)
{ {
if (expActionKeywords.IsExpanded) if (expActionKeywords.IsExpanded)
expActionKeywords.Height = 215; expActionKeywords.Height = 205;
if (expExcludedPaths.IsExpanded) if (expExcludedPaths.IsExpanded)
expExcludedPaths.IsExpanded = false; expExcludedPaths.IsExpanded = false;
@ -128,7 +128,7 @@ namespace Flow.Launcher.Plugin.Explorer.Views
private void expAccessLinks_Click(object sender, RoutedEventArgs e) private void expAccessLinks_Click(object sender, RoutedEventArgs e)
{ {
if (expAccessLinks.IsExpanded) if (expAccessLinks.IsExpanded)
expAccessLinks.Height = 215; expAccessLinks.Height = 205;
if (expExcludedPaths.IsExpanded) if (expExcludedPaths.IsExpanded)
expExcludedPaths.IsExpanded = false; expExcludedPaths.IsExpanded = false;