mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 07:03:14 -04:00
Function to specify `Align` to `Label` There are cases where you want to display `Label` on the left or right regardless of other `Layout` specifications. Before : Note the part showing the rust source code.  After : Note the part showing the rust source code.  --------- Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>