egui/crates/egui_extras/src
Antoine Beyeler 08c75d75c9
Change default `max_scroll_height` of `egui::Table` to `f32::INFINITY` (#4817)
`egui::Table` has a weirdly specific default `max_scroll_height` set to
800.0. This means that even with `vscroll(true)` and `auto_shrink([_,
false])`, the table will not expend to the full available height. This
PR changes this value to `f32::INFINITY`. This makes it consistent with
the corresponding default value of `ScrollArea::max_size.y`, which is
where that `max_scroll_height` ends up being used.
2024-07-12 10:03:59 +02:00
..
datepicker Improve `egui_extras::Table` layout (#4755) 2024-07-02 20:57:46 +02:00
loaders Gif support (#4620) 2024-06-19 14:05:05 +02:00
image.rs Update `image` crate to 0.25 (#4160) 2024-05-13 13:35:15 +02:00
layout.rs egui_extras: Improve the auto-sizing of `Table` (#4756) 2024-07-02 21:13:55 +02:00
lib.rs Remove work-around for `unsafe` in puffin macro (#4484) 2024-05-11 20:17:19 +02:00
loaders.rs Gif support (#4620) 2024-06-19 14:05:05 +02:00
sizing.rs Improve `egui_extras::Table` layout (#4755) 2024-07-02 20:57:46 +02:00
strip.rs Fix: assign a different id to each table cell, avoiding id clashes (#4076) 2024-02-20 13:35:19 +01:00
syntax_highlighting.rs `egui_extras`: Make `serde` an optional feature (#4641) 2024-06-18 22:27:48 +02:00
table.rs Change default `max_scroll_height` of `egui::Table` to `f32::INFINITY` (#4817) 2024-07-12 10:03:59 +02:00