mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 22:30:03 -04:00
fix typo
This commit is contained in:
@@ -26,7 +26,7 @@ impl<'a> TableBuilder<'a> {
|
|||||||
///
|
///
|
||||||
/// | fixed size | all available space/minimum | 30% of available width | fixed size |
|
/// | fixed size | all available space/minimum | 30% of available width | fixed size |
|
||||||
///
|
///
|
||||||
/// In contrast to normal egui behavior, cells do *not* grow with its children!
|
/// In contrast to normal egui behavior, columns/rows do *not* grow with its children!
|
||||||
/// Takes all available height, so if you want something below the table, put it in a grid.
|
/// Takes all available height, so if you want something below the table, put it in a grid.
|
||||||
///
|
///
|
||||||
/// ### Example
|
/// ### Example
|
||||||
|
|||||||
Reference in New Issue
Block a user