Skip to content

Commit

Permalink
fix(ui): set videoview background to black
Browse files Browse the repository at this point in the history
Potential fix for #453
  • Loading branch information
huynhsontung committed Oct 2, 2024
1 parent 585338b commit b37b9c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Screenbox/Pages/PlayerPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@
Grid.Column="0"
HorizontalAlignment="Stretch"
VerticalAlignment="Stretch"
Background="Black"
ButtonMargin="0,52,0,84"
Click="VideoView_OnClick"
ContextFlyout="{x:Bind PlayerControls.PlayerContextMenu}"
Expand Down

0 comments on commit b37b9c4

Please sign in to comment.