mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
adjusted Explorer plugin's excluded and quick access control height
This commit is contained in:
parent
fd0471bff5
commit
9957773ff9
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue