summaryrefslogtreecommitdiff
path: root/src/layout/fixed.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/layout/fixed.rs')
-rw-r--r--src/layout/fixed.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout/fixed.rs b/src/layout/fixed.rs
index 0d438879..93947305 100644
--- a/src/layout/fixed.rs
+++ b/src/layout/fixed.rs
@@ -15,7 +15,7 @@ impl Layout for Fixed {
&self,
ctx: &mut LayoutContext,
constraints: LayoutConstraints,
- ) -> Vec<LayoutItem> {
+ ) -> Vec<Layouted> {
let space = constraints.spaces[0];
let size = Size::new(
self.width