Add Resize widget
This commit is contained in:
parent
ba716dd089
commit
b27cb81642
3 changed files with 112 additions and 1 deletions
|
|
@ -7,6 +7,7 @@ mod float;
|
|||
mod join;
|
||||
mod layer;
|
||||
mod padding;
|
||||
mod resize;
|
||||
mod text;
|
||||
|
||||
pub use background::*;
|
||||
|
|
@ -18,4 +19,5 @@ pub use float::*;
|
|||
pub use join::*;
|
||||
pub use layer::*;
|
||||
pub use padding::*;
|
||||
pub use resize::*;
|
||||
pub use text::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue