MdeModulePkg: Center logo 38.2% from top of screen
Use Microsoft's recommended positioning for the boot logo. > We recommend that the logo is placed with its center at 38.2% from the > screen's top edge. This positioning is based on the golden ratio's > visual aesthetics and matches the Windows 10 design proportions. Ref: https://learn.microsoft.com/en-us/windows-hardware/drivers/bringup/boot-screen-components#position-the-logo-during-post Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
@@ -29,7 +29,8 @@ typedef enum {
|
||||
EdkiiPlatformLogoDisplayAttributeCenterBottom,
|
||||
EdkiiPlatformLogoDisplayAttributeLeftBottom,
|
||||
EdkiiPlatformLogoDisplayAttributeCenterLeft,
|
||||
EdkiiPlatformLogoDisplayAttributeCenter
|
||||
EdkiiPlatformLogoDisplayAttributeCenter,
|
||||
EdkiiPlatformLogoDisplayAttributeMicrosoft,
|
||||
} EDKII_PLATFORM_LOGO_DISPLAY_ATTRIBUTE;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user