From f50a8ae45d997e79d1a9fdc352debe8f3ad1c4a8 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Wed, 20 Apr 2022 10:00:51 -0400 Subject: [PATCH] add reasoning for 'buttom_up' layout --- src/math_app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/math_app.rs b/src/math_app.rs index 4f3a03f..7ada411 100644 --- a/src/math_app.rs +++ b/src/math_app.rs @@ -471,7 +471,7 @@ impl MathApp { } ui.with_layout(egui::Layout::bottom_up(emath::Align::Min), |ui| { - // Contents put in reverse order from bottom to top + // Contents put in reverse order from bottom to top due to the 'buttom_up' layout // Licensing information ui.label(