Typo in egui, layout: alignmen => alignment (#2209)
This commit is contained in:
parent
4c82519fb8
commit
1fb19f08ce
1 changed files with 2 additions and 2 deletions
|
@ -183,7 +183,7 @@ impl Layout {
|
|||
|
||||
/// Place elements vertically, top to bottom.
|
||||
///
|
||||
/// Use the provided horizontal alignmen.
|
||||
/// Use the provided horizontal alignment.
|
||||
#[inline(always)]
|
||||
pub fn top_down(halign: Align) -> Self {
|
||||
Self {
|
||||
|
@ -204,7 +204,7 @@ impl Layout {
|
|||
|
||||
/// Place elements vertically, bottom up.
|
||||
///
|
||||
/// Use the provided horizontal alignmen.
|
||||
/// Use the provided horizontal alignment.
|
||||
#[inline(always)]
|
||||
pub fn bottom_up(halign: Align) -> Self {
|
||||
Self {
|
||||
|
|
Loading…
Reference in a new issue