summaryrefslogtreecommitdiff
path: root/src/layout
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-02-02 16:02:23 +0100
committerLaurenz <laurmaedje@gmail.com>2022-02-02 16:02:23 +0100
commita7b403fd742941f6b163f06876aec96729db707f (patch)
treeb5062eddbcb814713b65f59d3f59dfe7e2bcaca8 /src/layout
parent0a1916c1e4259aff1306b26c06d4edcf0f190a3b (diff)
Rename `Node` to `Template`
Diffstat (limited to 'src/layout')
-rw-r--r--src/layout/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout/mod.rs b/src/layout/mod.rs
index ebdfba0e..6e176473 100644
--- a/src/layout/mod.rs
+++ b/src/layout/mod.rs
@@ -307,7 +307,7 @@ where
}
}
-/// A node that sizes its child.
+/// Fix the size of a node.
#[derive(Debug, Hash)]
pub struct SizedNode {
/// How to size the node horizontally and vertically.