Remove padding from Container for now
This commit is contained in:
parent
ceb02f4a36
commit
d4d14b68f4
5 changed files with 13 additions and 23 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue