Introduce useful helpers in layout module

This commit is contained in:
Héctor Ramón Jiménez 2024-01-09 06:35:33 +01:00
parent d24e50c1a6
commit d62bb8193c
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
26 changed files with 189 additions and 127 deletions

View file

@ -113,9 +113,9 @@ where
let Size { width, height } = renderer.dimensions(&self.handle);
let mut size = limits.resolve(
Size::new(width as f32, height as f32),
self.width,
self.height,
Size::new(width as f32, height as f32),
);
let expansion_size = if height > width {