microsoft / mu_plus

Project Mu Microsoft Core UEFI Value
https://microsoft.github.io/mu/
Other
211 stars 99 forks source link

[MsGraphicsPkg] Fix the bounds of the Trashcan within the ListBox #553

Closed wenbhou closed 3 weeks ago

wenbhou commented 3 weeks ago

Description

https://github.com/microsoft/mu_plus/issues/554

Fix the bounds of the Trashcan within the ListBox which was introduced in https://github.com/microsoft/mu_plus/commit/a447466ab740870ef82f2242a433ca8c768d5cc3. The Trashcan should be shown on the right side of the ListBox, but it is currently showing on the left side and overlapping the checkbox icon.

For details on how to complete to complete these options and their meaning refer to CONTRIBUTING.md.

How This Was Tested

Tested on Surface Laptop and Pro devices. The Trashcan icon is showing on the right side of the Boot Device List Box.

Integration Instructions

N/A