1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 23:00:04 -04:00

Add Grid::max_col_width

This commit is contained in:
Emil Ernerfeldt
2021-02-06 16:54:38 +01:00
parent 23581eee27
commit 26f966563a
10 changed files with 184 additions and 64 deletions

View File

@@ -29,7 +29,7 @@ impl Default for LayoutTest {
impl super::Demo for LayoutTest {
fn name(&self) -> &str {
"🗺 Layout Test"
"Layout Test"
}
fn show(&mut self, ctx: &egui::CtxRef, open: &mut bool) {