Add Title widget
This commit is contained in:
parent
2714deeafb
commit
b757f1be03
4 changed files with 68 additions and 1 deletions
|
|
@ -13,6 +13,7 @@ pub mod padding;
|
|||
pub mod predrawn;
|
||||
pub mod resize;
|
||||
pub mod text;
|
||||
pub mod title;
|
||||
|
||||
pub use background::*;
|
||||
pub use border::*;
|
||||
|
|
@ -29,3 +30,4 @@ pub use padding::*;
|
|||
pub use predrawn::*;
|
||||
pub use resize::*;
|
||||
pub use text::*;
|
||||
pub use title::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue