diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml index 7f88aeec4..0a63b3a6c 100644 --- a/Flow.Launcher/SettingWindow.xaml +++ b/Flow.Launcher/SettingWindow.xaml @@ -1030,7 +1030,6 @@ ScrollViewer.CanContentScroll="False" ScrollViewer.HorizontalScrollBarVisibility="Disabled" SelectedItem="{Binding SelectedPlugin}" - SelectionChanged="SelectedPluginChanged" SnapsToDevicePixels="True" Style="{DynamicResource PluginListStyle}"> @@ -1220,8 +1219,7 @@ Margin="0" Padding="1" VerticalAlignment="Stretch" - Content="{Binding SettingControl}" - SizeChanged="ItemSizeChanged" /> + Content="{Binding SettingControl}" />