diff options
Diffstat (limited to 'core/src/align.rs')
-rw-r--r-- | core/src/align.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/src/align.rs b/core/src/align.rs index 8a59afa1..aa8838c6 100644 --- a/core/src/align.rs +++ b/core/src/align.rs @@ -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. |