mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
FillBg -> Background
This commit is contained in:
parent
9816d2ee9d
commit
6624fb476c
4 changed files with 21 additions and 21 deletions
|
|
@ -137,17 +137,17 @@ fn test_0 () -> Usually<()> {
|
|||
//Some([46, 48, 5, 6]));
|
||||
//assert_eq!(Align::Center(Split::down(|add|{
|
||||
//add(&Layers::new(|add|{
|
||||
////add(&Outset::XY(1, 1, FillBg(Color::Rgb(0,128,0))))?;
|
||||
////add(&Outset::XY(1, 1, Background(Color::Rgb(0,128,0))))?;
|
||||
//add(&Outset::XY(1, 1, "1"))?;
|
||||
//add(&Outset::XY(1, 1, "333"))?;
|
||||
////add(&FillBg(Color::Rgb(0,128,0)))?;
|
||||
////add(&Background(Color::Rgb(0,128,0)))?;
|
||||
//Ok(())
|
||||
//}))?;
|
||||
//add(&Layers::new(|add|{
|
||||
////add(&Outset::XY(1, 1, FillBg(Color::Rgb(0,0,128))))?;
|
||||
////add(&Outset::XY(1, 1, Background(Color::Rgb(0,0,128))))?;
|
||||
//add(&Outset::XY(1, 1, "555"))?;
|
||||
//add(&Outset::XY(1, 1, "777777"))?;
|
||||
////add(&FillBg(Color::Rgb(0,0,128)))?;
|
||||
////add(&Background(Color::Rgb(0,0,128)))?;
|
||||
//Ok(())
|
||||
//}))
|
||||
//})).layout(area)?,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue