diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml index 097da029f..5584983a9 100644 --- a/Flow.Launcher/SettingWindow.xaml +++ b/Flow.Launcher/SettingWindow.xaml @@ -1075,7 +1075,7 @@ Background="{DynamicResource Color01B}" ItemContainerStyle="{StaticResource PluginList}" ItemsSource="{Binding PluginViewModels}" - ScrollViewer.CanContentScroll="True" + ScrollViewer.CanContentScroll="False" ScrollViewer.HorizontalScrollBarVisibility="Disabled" SelectedItem="{Binding SelectedPlugin}" SnapsToDevicePixels="True" @@ -1085,7 +1085,7 @@ VirtualizingStackPanel.VirtualizationMode="Recycling"> - +