add reasoning for 'buttom_up' layout
This commit is contained in:
parent
42bd536538
commit
f50a8ae45d
@ -471,7 +471,7 @@ impl MathApp {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ui.with_layout(egui::Layout::bottom_up(emath::Align::Min), |ui| {
|
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
|
// Licensing information
|
||||||
ui.label(
|
ui.label(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user