1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00
Files
egui/crates
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
..
2024-07-05 12:09:21 +02:00
2024-07-07 08:50:04 +02:00
2024-07-07 08:50:04 +02:00
2023-04-18 15:52:45 +02:00
2024-07-05 11:39:47 +02:00