Skip to content

Commit 89e2edb

Browse files
committed
Add Noresize property in setting search source popup
1 parent 6e850cd commit 89e2edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
55
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
66
xmlns:vm="clr-namespace:Flow.Launcher.Plugin.WebSearch"
7-
mc:Ignorable="d"
7+
mc:Ignorable="d" ResizeMode="NoResize"
88
WindowStartupLocation="CenterScreen"
99
Title="{DynamicResource flowlauncher_plugin_websearch_window_title}" Height="425" Width="550"
1010
d:DataContext="{d:DesignInstance vm:SearchSourceViewModel}" Background="#F3F3F3" BorderBrush="#cecece">

0 commit comments

Comments
 (0)