From d4d14b68f47e9527554a728ebbba9b840832626a Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Mon, 11 Nov 2019 05:37:51 +0100 Subject: Remove `padding` from `Container` for now --- web/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/src/lib.rs') diff --git a/web/src/lib.rs b/web/src/lib.rs index 559a5af0..6252f2be 100644 --- a/web/src/lib.rs +++ b/web/src/lib.rs @@ -7,7 +7,7 @@ pub mod widget; pub use bus::Bus; pub use element::Element; -pub use iced_core::{Align, Background, Color, Justify, Length}; +pub use iced_core::{Align, Background, Color, Length}; pub use widget::*; pub trait Application { -- cgit