Add Align::Fill variant
This commit is contained in:
parent
456a3f15e4
commit
be51cac3d7
4 changed files with 59 additions and 13 deletions
|
|
@ -9,6 +9,9 @@ pub enum Align {
|
|||
|
||||
/// Align at the end of the axis.
|
||||
End,
|
||||
|
||||
/// Fill the entire axis.
|
||||
Fill,
|
||||
}
|
||||
|
||||
/// The horizontal alignment of some resource.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue