mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
Add helper struct Align2
This commit is contained in:
@@ -91,7 +91,7 @@ impl FrameHistory {
|
||||
cmds.push(PaintCmd::text(
|
||||
ui.fonts(),
|
||||
pos2(rect.left(), y),
|
||||
align::LEFT_BOTTOM,
|
||||
egui::align::Align2::LEFT_BOTTOM,
|
||||
text,
|
||||
TextStyle::Monospace,
|
||||
Color32::WHITE,
|
||||
|
||||
Reference in New Issue
Block a user