Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MsGraphicsPkg: Correct positioning of trash can icon in list box
- Adjusted CellTrashcanBounds.Left to be CellBounds->Right - TrashcanHitAreaWidth to ensure the trash can icon is displayed to the right of the list box. - Updated width parameter in SWM_RECT_INIT2 to use TrashcanHitAreaWidth instead of CheckBoxHitAreaWidth for correct dimensions. This resolves the issue of the trash can icon overlapping with the ListBox's checkbox thus ensuring its related operations work correctly. Co-authored-by: Michael Kubacki <[email protected]>
- Loading branch information