Logo: use slightly larger logo

Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
Matt DeVillier
2018-12-29 19:43:31 -06:00
parent 19e12d66fe
commit 0f9b597012
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 118 KiB

View File

@@ -861,8 +861,8 @@ EnableQuietBoot (
break; break;
case EfiBadgingDisplayAttributeCenter: case EfiBadgingDisplayAttributeCenter:
DestX = (GraphicsOutput->Mode->Info->HorizontalResolution - 200)/2; DestX = (GraphicsOutput->Mode->Info->HorizontalResolution - 224)/2;
DestY = (GraphicsOutput->Mode->Info->VerticalResolution * 2/3 - 161)/2; DestY = (GraphicsOutput->Mode->Info->VerticalResolution * 2/3 - 180)/2;
break; break;
case EfiBadgingDisplayAttributeCustomized: case EfiBadgingDisplayAttributeCustomized: