Implement join widget spacing algorithm
This commit is contained in:
parent
e666d5c092
commit
15e30dfdb2
2 changed files with 193 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ mod cursor;
|
|||
mod either;
|
||||
mod empty;
|
||||
mod float;
|
||||
mod join;
|
||||
mod layer;
|
||||
mod padding;
|
||||
mod text;
|
||||
|
|
@ -14,6 +15,7 @@ pub use cursor::*;
|
|||
pub use either::*;
|
||||
pub use empty::*;
|
||||
pub use float::*;
|
||||
pub use join::*;
|
||||
pub use layer::*;
|
||||
pub use padding::*;
|
||||
pub use text::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue