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

View File

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