Skip to content

Commit

Permalink
fix: regression, missing bottom offset on section view
Browse files Browse the repository at this point in the history
  • Loading branch information
zznty committed Apr 26, 2024
1 parent 0839e86 commit b16550c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MusicX/Views/SectionView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
IsInertiaEnabled="True"
ScrollChanged="SectionScrollViewer_ScrollChanged"
hc:ScrollViewerAttach.AutoHide="True">
<ItemsPresenter />
<ItemsPresenter Margin="0,0,0,100" />
</hc:ScrollViewer>
</ControlTemplate>
</wpfui:ListView.Template>
Expand Down

0 comments on commit b16550c

Please sign in to comment.