From 2fe549c1ec40681829b59f95a5a2f5db335ec3af Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 13 Jun 2022 14:06:41 +0200 Subject: Fix inline math formula frame size --- src/model/layout.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/model') diff --git a/src/model/layout.rs b/src/model/layout.rs index 22797b48..4fa3fe20 100644 --- a/src/model/layout.rs +++ b/src/model/layout.rs @@ -19,10 +19,9 @@ use crate::Context; /// A node that can be layouted into a sequence of regions. /// -/// Layout return one frame per used region alongside constraints that define -/// whether the result is reusable in other regions. +/// Layouting return one frame per used region. pub trait Layout: 'static { - /// Layout this node into the given regions, producing constrained frames. + /// Layout this node into the given regions, producing frames. fn layout( &self, ctx: &mut Context, -- cgit v1.2.3