Rename Empty widget to Space

This commit is contained in:
Héctor Ramón Jiménez 2019-12-30 21:32:21 +01:00
parent 8426bf953c
commit 3a327e08e9
8 changed files with 69 additions and 69 deletions

View file

@ -1,6 +1,6 @@
pub use iced_winit::{
Align, Background, Color, Command, Empty, Font, HorizontalAlignment,
Length, Subscription, VerticalAlignment,
Align, Background, Color, Command, Font, HorizontalAlignment, Length,
Space, Subscription, VerticalAlignment,
};
pub mod widget {