Skip to content

Commit

Permalink
chore: Update src/Uno.Toolkit.UI/Controls/ExtendedSplashScreen/Extend…
Browse files Browse the repository at this point in the history
…edSplashScreen.Windows.NetStandard.cs

Co-authored-by: Steve Bilogan <steve.bilogan@gmail.com>
  • Loading branch information
nickrandolph and kazo0 committed May 21, 2023
1 parent 881e1f3 commit 95b1e5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public partial class ExtendedSplashScreen
MaxWidth = 620,
Stretch = Stretch.Uniform,
HorizontalAlignment = HorizontalAlignment.Center,
VerticalAlignment=VerticalAlignment.Center
VerticalAlignment = VerticalAlignment.Center
};
var splashScreenBackground = new SolidColorBrush();

Expand Down

0 comments on commit 95b1e5f

Please sign in to comment.