egui/crates/egui_demo_lib/src
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
..
demo `ComboBox`: fix justified layout of popup if wider than parent button (#4570) 2024-05-29 11:47:10 +02:00
easy_mark Fix some clippy warning from Rust 1.78.0 (#4444) 2024-05-02 17:04:25 +02:00
lib.rs Remove work-around for `unsafe` in puffin macro (#4484) 2024-05-11 20:17:19 +02:00
rendering_test.rs Add improved pixel alignment test with alternating white/black lines (#4537) 2024-05-24 15:55:36 +02:00