1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-28 07:23:13 -04:00
Files
egui/crates
Emil Ernerfeldt 8ef0e85b85 egui_extras: Improve the auto-sizing of Table (#4756)
This makes the sizing pass of an `egui_table` ensure the table uses as
little width as possible.
Subsequently, it will redistribute all non-resizable columns on the
available space, so that a table better follow the parent container as
it is resized.

I also added `table.reset()` for forgetting the current column widths.
2024-07-02 21:13:55 +02:00
..
2024-06-06 15:41:10 +02:00
2023-04-18 15:52:45 +02:00
2024-06-23 11:36:32 +02:00
2024-06-30 14:35:46 +02:00