mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
Move align.rs into mod math
This commit is contained in:
@@ -91,7 +91,7 @@ impl FrameHistory {
|
||||
cmds.push(PaintCmd::text(
|
||||
ui.fonts(),
|
||||
pos2(rect.left(), y),
|
||||
egui::align::Align2::LEFT_BOTTOM,
|
||||
egui::Align2::LEFT_BOTTOM,
|
||||
text,
|
||||
TextStyle::Monospace,
|
||||
Color32::WHITE,
|
||||
|
||||
Reference in New Issue
Block a user