BdsConsole: use recommended boot logo position
Microsoft user experience specifications recommend the boot logo is drawn 38.2% from the top of the screen. This is also where operating systems like Fedora expect the logo to be drawn. Signed-off-by: James Ye <jye836@gmail.com>
This commit is contained in:
@@ -862,7 +862,7 @@ EnableQuietBoot (
|
|||||||
|
|
||||||
case EfiBadgingDisplayAttributeCenter:
|
case EfiBadgingDisplayAttributeCenter:
|
||||||
DestX = (SizeOfX - Width) / 2;
|
DestX = (SizeOfX - Width) / 2;
|
||||||
DestY = ((SizeOfY * 2 / 3) - Height) / 2;
|
DestY = ((SizeOfY * 382) / 1000) - Height / 2;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case EfiBadgingDisplayAttributeCustomized:
|
case EfiBadgingDisplayAttributeCustomized:
|
||||||
|
Reference in New Issue
Block a user