Skip to content

Commit 840c2fc

Browse files
authored
Merge branch 'dev' into FixNarrowSizes
2 parents 16abd9d + 1741e46 commit 840c2fc

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
@@ -1075,7 +1075,7 @@
10751075
Background="{DynamicResource Color01B}"
10761076
ItemContainerStyle="{StaticResource PluginList}"
10771077
ItemsSource="{Binding PluginViewModels}"
1078-
ScrollViewer.CanContentScroll="True"
1078+
ScrollViewer.CanContentScroll="False"
10791079
ScrollViewer.HorizontalScrollBarVisibility="Disabled"
10801080
SelectedItem="{Binding SelectedPlugin}"
10811081
SnapsToDevicePixels="True"
@@ -1085,7 +1085,7 @@
10851085
VirtualizingStackPanel.VirtualizationMode="Recycling">
10861086
<ListBox.ItemsPanel>
10871087
<ItemsPanelTemplate>
1088-
<VirtualizingStackPanel Margin="0,0,0,0" />
1088+
<VirtualizingStackPanel Margin="0,0,0,10" />
10891089
</ItemsPanelTemplate>
10901090
</ListBox.ItemsPanel>
10911091
<ListBox.ItemTemplate>

0 commit comments

Comments
 (0)