Reserve one column at left screen to be more visually.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10978 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -269,7 +269,8 @@ SendForm (
|
||||
|
||||
gOptionBlockWidth = (CHAR16) ((gScreenDimensions.RightColumn - gScreenDimensions.LeftColumn) / 3);
|
||||
gHelpBlockWidth = gOptionBlockWidth;
|
||||
gPromptBlockWidth = gOptionBlockWidth;
|
||||
gPromptBlockWidth = gOptionBlockWidth + LEFT_SKIPPED_COLUMNS;
|
||||
gOptionBlockWidth = gOptionBlockWidth - LEFT_SKIPPED_COLUMNS;
|
||||
|
||||
//
|
||||
// Initialize the strings for the browser, upon exit of the browser, the strings will be freed
|
||||
|
Reference in New Issue
Block a user