From 83fc4c8499d9c2897c826dad5bb6f946221c2d5f Mon Sep 17 00:00:00 2001 From: Hongtao Zhang Date: Mon, 7 Nov 2022 05:57:10 -0600 Subject: [PATCH] revert removal of snaptodevicepixels --- Flow.Launcher/SettingWindow.xaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml index 7c62b34bb..e5b1efafc 100644 --- a/Flow.Launcher/SettingWindow.xaml +++ b/Flow.Launcher/SettingWindow.xaml @@ -1040,6 +1040,7 @@ ScrollViewer.CanContentScroll="True" ScrollViewer.HorizontalScrollBarVisibility="Disabled" SelectedItem="{Binding SelectedPlugin}" + SnapsToDevicePixels="True" Style="{DynamicResource PluginListStyle}" VirtualizingStackPanel.IsVirtualizing="True" VirtualizingPanel.ScrollUnit="Pixel"