Skip to content

Commit a813e52

Browse files
fix: replace full-screen splash SVG with icon-only to eliminate aspect-ratio stretching
Co-authored-by: StuartFerguson <16325469+StuartFerguson@users.noreply.github.com>
1 parent 11de30e commit a813e52

2 files changed

Lines changed: 35 additions & 49 deletions

File tree

Lines changed: 34 additions & 48 deletions
Loading

TransactionProcessor.Mobile/TransactionProcessor.Mobile.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<MauiIcon Include="Resources\AppIcon\appicon.svg" ForegroundFile="Resources\AppIcon\appiconfg.svg" Color="#4267B2" />
4040

4141
<!-- Splash Screen -->
42-
<MauiSplashScreen Include="Resources\Splash\splash.svg" Color="#4267B2" BaseSize="450,900" />
42+
<MauiSplashScreen Include="Resources\Splash\splash.svg" Color="#4267B2" BaseSize="108,108" />
4343

4444
<!-- Images -->
4545
<MauiImage Include="Resources\Images\*" />

0 commit comments

Comments
 (0)