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:
Qihang Gao 2026-08-07 16:39:52 +08:00
parent fb2ac429de
commit 4cb18f57ea

View file

@ -131,7 +131,7 @@ BmmCreateTimeOutMenu (
EFI_IFR_NUMERIC_SIZE_2 | EFI_IFR_DISPLAY_UINT_DEC,
0,
65535,
0,
1,
NULL
);
}