mirror of https://github.com/acidanthera/audk.git
1.Reposition the platform info. Move from the old position to left one block space and down one block space.
2.Show the arrow on all the form, old logical not include the front page. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11334 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
3b2eba1814
commit
c3161b25a7
|
@ -259,7 +259,7 @@ DisplayPageFrame (
|
|||
//
|
||||
// Handle left column
|
||||
//
|
||||
PrintStringAt (LocalScreen.LeftColumn, Line, StrFrontPageBanner);
|
||||
PrintStringAt (LocalScreen.LeftColumn + BANNER_LEFT_COLUMN_INDENT, Line, StrFrontPageBanner);
|
||||
break;
|
||||
|
||||
case 1:
|
||||
|
|
|
@ -59,6 +59,7 @@ extern UINT8 SetupBrowserStrings[];
|
|||
//
|
||||
#define BANNER_HEIGHT 6
|
||||
#define BANNER_COLUMNS 3
|
||||
#define BANNER_LEFT_COLUMN_INDENT 1
|
||||
|
||||
#define FRONT_PAGE_HEADER_HEIGHT 6
|
||||
#define NONE_FRONT_PAGE_HEADER_HEIGHT 3
|
||||
|
|
|
@ -1794,8 +1794,7 @@ UiDisplayMenu (
|
|||
OriginalRow = Row;
|
||||
|
||||
if (Statement->Operand == EFI_IFR_REF_OP &&
|
||||
((gClassOfVfr & FORMSET_CLASS_PLATFORM_SETUP) == FORMSET_CLASS_PLATFORM_SETUP) &&
|
||||
MenuOption->Col > 2) {
|
||||
MenuOption->Col >= 2) {
|
||||
//
|
||||
// Print Arrow for Goto button.
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue