Improve consistency of Padding API

This commit is contained in:
Héctor Ramón Jiménez 2025-11-18 21:33:13 +01:00
parent 53110f0ede
commit 5b029ae61c
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
6 changed files with 48 additions and 29 deletions

View file

@ -654,7 +654,7 @@ where
limits
.height(min_bounds.height)
.max()
.expand(Size::new(0.0, self.padding.vertical())),
.expand(Size::new(0.0, self.padding.y())),
)
}
}