Skip to content
Discussion options

You must be logged in to vote

For this, you'll need to edit the Scale property of the UnoSplashScreen.

So you can manually add something like this to your csproj:

<ItemGroup>
	<UnoSplashScreen Include="$(UnoSplashScreenFile)"
	      BaseSize="$(UnoSplashScreenBaseSize)"
	      Scale="0.1"
	      Condition="Exists('$(UnoSplashScreenFile)')" />
</ItemGroup>

I've created an issue here to expose the scale property similar to UnoSplashScreenBaseSize

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@kazo0
Comment options

Answer selected by Tad29Eng
@Tad29Eng
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants