mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -04:00
add warning
This commit is contained in:
@@ -20,7 +20,9 @@ pub struct GridBuilder<'a> {
|
||||
}
|
||||
|
||||
impl<'a> GridBuilder<'a> {
|
||||
/// Create new grid builder
|
||||
/// Create new grid builder.
|
||||
///
|
||||
/// In contrast to normal egui behavior, cells do *not* grow with its children!
|
||||
///
|
||||
/// After adding size hints with `[Self::column]`/`[Self::columns]` the grid can be build with `[Self::horizontal]`/`[Self::vertical]`.
|
||||
///
|
||||
|
||||
@@ -26,6 +26,7 @@ impl<'a> TableBuilder<'a> {
|
||||
///
|
||||
/// | 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!
|
||||
/// Takes all available height, so if you want something below the table, put it in a grid.
|
||||
///
|
||||
/// ### Example
|
||||
|
||||
Reference in New Issue
Block a user