mirror of
https://github.com/emilk/egui.git
synced 2026-07-14 02:28:54 +00:00
47c0aeb7b9
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>