egui/tests/test_size_pass
Emil Ernerfeldt ffbc63e147
`ComboBox`: fix justified layout of popup if wider than parent button (#4570)
* Closes https://github.com/emilk/egui/issues/4452

The `ComboBox` popup has a justified layout to make selection of items
easier.

Thanks to [the new sizing pass
logic](https://github.com/emilk/egui/issues/4535) we don't have to know
the final width in advance:


![image](https://github.com/emilk/egui/assets/1148717/53b0dda7-14c9-43be-a073-ad49865e69a6)
2024-05-29 11:47:10 +02:00
..
src `ComboBox`: fix justified layout of popup if wider than parent button (#4570) 2024-05-29 11:47:10 +02:00
Cargo.toml Add `Ui::is_sizing_pass` for better size estimation of `Area`s, and menus in particular (#4557) 2024-05-29 10:27:04 +02:00