Merge pull request #1330 from iced-rs/expose-padding

Expose `Padding` in `iced` root crate
This commit is contained in:
Héctor Ramón 2022-05-03 19:42:03 +02:00 committed by GitHub
commit 9b4fe6466f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -226,6 +226,6 @@ pub use settings::Settings;
pub use runtime::alignment;
pub use runtime::futures;
pub use runtime::{
Alignment, Background, Color, Command, ContentFit, Font, Length, Point,
Rectangle, Size, Subscription, Vector,
Alignment, Background, Color, Command, ContentFit, Font, Length, Padding,
Point, Rectangle, Size, Subscription, Vector,
};