Improve credential provider mascot fidelity
This commit is contained in:
@@ -6,7 +6,9 @@ namespace SGU.CredentialProvider;
|
||||
|
||||
internal static class ProviderTileIcon
|
||||
{
|
||||
public const int Size = 72;
|
||||
// LogonUI enlarges the dedicated-tile artwork. Supply a dense source image
|
||||
// so the mascot remains crisp at the large sign-in surface.
|
||||
public const int Size = 256;
|
||||
private const string MascotResourceName = "SGU.CredentialProvider.Branding.LaSalleMascot.png";
|
||||
|
||||
public static Bitmap Create()
|
||||
|
||||
Reference in New Issue
Block a user