Extend border radius on relevant widgets
This commit is contained in:
parent
8300d86c24
commit
1c86defab5
19 changed files with 111 additions and 99 deletions
|
|
@ -44,6 +44,7 @@ pub mod window;
|
|||
|
||||
mod angle;
|
||||
mod background;
|
||||
mod border_radius;
|
||||
mod color;
|
||||
mod content_fit;
|
||||
mod element;
|
||||
|
|
@ -60,6 +61,7 @@ mod vector;
|
|||
pub use alignment::Alignment;
|
||||
pub use angle::{Degrees, Radians};
|
||||
pub use background::Background;
|
||||
pub use border_radius::BorderRadius;
|
||||
pub use clipboard::Clipboard;
|
||||
pub use color::Color;
|
||||
pub use content_fit::ContentFit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue