Skip to content

Commit 9957773

Browse files
committed
adjusted Explorer plugin's excluded and quick access control height
1 parent fd0471b commit 9957773

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public void RefreshView()
108108
private void expActionKeywords_Click(object sender, RoutedEventArgs e)
109109
{
110110
if (expActionKeywords.IsExpanded)
111-
expActionKeywords.Height = 215;
111+
expActionKeywords.Height = 205;
112112

113113
if (expExcludedPaths.IsExpanded)
114114
expExcludedPaths.IsExpanded = false;
@@ -128,7 +128,7 @@ private void expActionKeywords_Collapsed(object sender, RoutedEventArgs e)
128128
private void expAccessLinks_Click(object sender, RoutedEventArgs e)
129129
{
130130
if (expAccessLinks.IsExpanded)
131-
expAccessLinks.Height = 215;
131+
expAccessLinks.Height = 205;
132132

133133
if (expExcludedPaths.IsExpanded)
134134
expExcludedPaths.IsExpanded = false;

0 commit comments

Comments
 (0)