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 6e850cd commit 89e2edbCopy full SHA for 89e2edb
Plugins/Flow.Launcher.Plugin.WebSearch/SearchSourceSetting.xaml
@@ -4,7 +4,7 @@
4
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
5
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
6
xmlns:vm="clr-namespace:Flow.Launcher.Plugin.WebSearch"
7
- mc:Ignorable="d"
+ mc:Ignorable="d" ResizeMode="NoResize"
8
WindowStartupLocation="CenterScreen"
9
Title="{DynamicResource flowlauncher_plugin_websearch_window_title}" Height="425" Width="550"
10
d:DataContext="{d:DesignInstance vm:SearchSourceViewModel}" Background="#F3F3F3" BorderBrush="#cecece">
0 commit comments