summaryrefslogtreecommitdiff
path: root/src/layout/mod.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2019-12-11 17:34:25 +0100
committerLaurenz <laurmaedje@gmail.com>2019-12-11 17:34:25 +0100
commitd34707a6ae058560140c83af21365884451e9274 (patch)
treea039605f5d1313cdd899ba75142e2398dd21a7df /src/layout/mod.rs
parent92586d3e6895f0895fb2c88abcdd5e7160482a5b (diff)
Not too shabby stack layouter 🚆
Diffstat (limited to 'src/layout/mod.rs')
-rw-r--r--src/layout/mod.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/layout/mod.rs b/src/layout/mod.rs
index d6bb0d6d..fe4d3e08 100644
--- a/src/layout/mod.rs
+++ b/src/layout/mod.rs
@@ -36,8 +36,6 @@ pub type MultiLayout = Vec<Layout>;
pub struct Layout {
/// The size of the box.
pub dimensions: Size2D,
- /// The baseline of the layout (as an offset from the top-left).
- pub baseline: Option<Size>,
/// How to align this layout in a parent container.
pub alignment: LayoutAlignment,
/// The actions composing this layout.