summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/src/align.rs3
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.