From f3d6d3bbcec195aa399db66f729a8c81a28dcfe6 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Tue, 3 May 2022 19:37:48 +0200 Subject: Expose `Padding` in `iced` root crate --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index bbc60746..60606143 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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, }; -- cgit