We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d788e86 commit 5a0fabaCopy full SHA for 5a0faba
Plugins/Flow.Launcher.Plugin.WebSearch/SettingsControl.xaml
@@ -75,7 +75,7 @@
75
Content="{DynamicResource flowlauncher_plugin_websearch_delete}" />
76
<Button Click="OnEditSearchSourceClick" Width="100" Margin="10"
77
Content="{DynamicResource flowlauncher_plugin_websearch_edit}" />
78
- <Button Click="OnAddSearchSearchClick" Width="100" Margin="10 10 0 10"
+ <Button Click="OnAddSearchSearchClick" Width="100" Margin="10 10 10 10"
79
Content="{DynamicResource flowlauncher_plugin_websearch_add}" />
80
</StackPanel>
81
</Grid>
0 commit comments