Skip to content

Commit

Permalink
fix: #429 playlist header alignment with long description
Browse files Browse the repository at this point in the history
  • Loading branch information
zznty committed Dec 21, 2024
1 parent 3e2aa96 commit 4b0d5fc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions MusicX/Views/PlaylistView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,7 @@
</Grid.RowDefinitions>

<controls1:LoadingBorder IsLoading="{Binding IsLoading}"
Margin="0,30,20,0"
HorizontalAlignment="Left"
VerticalAlignment="Center" >
Margin="0,0,20,0">
<ScrollViewer behaviors:AutoScrollBehavior.AutoScroll="True"
HorizontalScrollBarVisibility="Hidden"
VerticalScrollBarVisibility="Hidden"
Expand Down

0 comments on commit 4b0d5fc

Please sign in to comment.