Skip to content

Commit 5a0faba

Browse files
committed
Per comment, WebSearch- Add margin
1 parent d788e86 commit 5a0faba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.WebSearch/SettingsControl.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
Content="{DynamicResource flowlauncher_plugin_websearch_delete}" />
7676
<Button Click="OnEditSearchSourceClick" Width="100" Margin="10"
7777
Content="{DynamicResource flowlauncher_plugin_websearch_edit}" />
78-
<Button Click="OnAddSearchSearchClick" Width="100" Margin="10 10 0 10"
78+
<Button Click="OnAddSearchSearchClick" Width="100" Margin="10 10 10 10"
7979
Content="{DynamicResource flowlauncher_plugin_websearch_add}" />
8080
</StackPanel>
8181
</Grid>

0 commit comments

Comments
 (0)