egui/tests
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
..
test_inline_glow_paint Support returning errors when creating the app (#4565) 2024-05-28 21:59:19 +02:00
test_size_pass `ComboBox`: fix justified layout of popup if wider than parent button (#4570) 2024-05-29 11:47:10 +02:00
test_viewports Support returning errors when creating the app (#4565) 2024-05-28 21:59:19 +02:00
README.md Move test crates to own folder (#4554) 2024-05-27 21:28:33 +02:00

README.md

Test apps

Some application to tests various parts of egui and eframe.

At some point it would be nice to have automatic screenshot regression tests for these.