Skip to content

Commit 1741e46

Browse files
Merge pull request #1536 from onesounds/FixPluginListFreezing
Fix freezing in Plugin list
2 parents c2f5e5b + ed6c1fd commit 1741e46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher/SettingWindow.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@
10471047
Background="{DynamicResource Color01B}"
10481048
ItemContainerStyle="{StaticResource PluginList}"
10491049
ItemsSource="{Binding PluginViewModels}"
1050-
ScrollViewer.CanContentScroll="True"
1050+
ScrollViewer.CanContentScroll="False"
10511051
ScrollViewer.HorizontalScrollBarVisibility="Disabled"
10521052
SelectedItem="{Binding SelectedPlugin}"
10531053
SnapsToDevicePixels="True"
@@ -1057,7 +1057,7 @@
10571057
VirtualizingStackPanel.VirtualizationMode="Recycling">
10581058
<ListBox.ItemsPanel>
10591059
<ItemsPanelTemplate>
1060-
<VirtualizingStackPanel Margin="0,0,0,0" />
1060+
<VirtualizingStackPanel Margin="0,0,0,10" />
10611061
</ItemsPanelTemplate>
10621062
</ListBox.ItemsPanel>
10631063
<ListBox.ItemTemplate>

0 commit comments

Comments
 (0)