Rename Box primitive to Quad
This commit is contained in:
parent
5286ef36b6
commit
70c17b053b
3 changed files with 4 additions and 4 deletions
|
|
@ -20,7 +20,7 @@ impl button::Renderer for Renderer {
|
|||
) -> Self::Primitive {
|
||||
Primitive::Group {
|
||||
primitives: vec![
|
||||
Primitive::Box {
|
||||
Primitive::Quad {
|
||||
bounds: layout.bounds(),
|
||||
background: Background::Color(Color {
|
||||
r: 0.0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue