Skip to content

Commit

Permalink
fix flow direction on album details page background
Browse files Browse the repository at this point in the history
  • Loading branch information
huynhsontung committed Oct 27, 2024
1 parent 36d6bd0 commit c488641
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Screenbox/Pages/AlbumDetailsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@

<Grid
x:Name="BackgroundHost"
Grid.Row="0"
Margin="0,-136,0,0"
FlowDirection="LeftToRight"
SizeChanged="BackgroundHost_OnSizeChanged" />

<Grid
Expand Down
1 change: 1 addition & 0 deletions Screenbox/Pages/ArtistDetailsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
Grid.Row="0"
Grid.RowSpan="2"
Margin="0,-136,0,0"
FlowDirection="LeftToRight"
SizeChanged="BackgroundHost_OnSizeChanged" />-->

<Grid
Expand Down

0 comments on commit c488641

Please sign in to comment.