mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
MdeModulePkg/BootMaintenanceManagerUiLib: Change numeric step to 1
Set the numeric step to 1 to allow +/- key adjustment. Signed-off-by: Qihang Gao <gaoqihang@loongson.cn>
This commit is contained in:
parent
fb2ac429de
commit
4cb18f57ea
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ BmmCreateTimeOutMenu (
|
|||
EFI_IFR_NUMERIC_SIZE_2 | EFI_IFR_DISPLAY_UINT_DEC,
|
||||
0,
|
||||
65535,
|
||||
0,
|
||||
1,
|
||||
NULL
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue