Add extra width to menu to accomodate checkbox (#92600)

* Add extra width to menu to accomodate checkbox

* modify value
This commit is contained in:
Victor Marin 2024-08-29 15:28:00 +03:00 committed by GitHub
parent 66e0121dd5
commit 6ddb96ada2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@ const VIRTUAL_LIST_ITEM_HEIGHT = 37;
const VIRTUAL_LIST_WIDTH_ESTIMATE_MULTIPLIER = 8;
const VIRTUAL_LIST_PADDING = 8;
// Some list items have icons or checkboxes so we need some extra width
const VIRTUAL_LIST_WIDTH_EXTRA = 36;
const VIRTUAL_LIST_WIDTH_EXTRA = 58;
// A virtualized version of the SelectMenu, descriptions for SelectableValue options not supported since those are of a variable height.
//