more testing stuff
This commit is contained in:
1 parent
e85b503127
commit
d0bed07ee0
1 file changed
+1
-1
+1
-1
@@ -95,7 +95,7 @@ impl Client {
|
||||
switch_button(Color::GREEN, span_test, "span test"),
|
||||
switch_button(Color::BLUE, span_add, "span add test"),
|
||||
)
|
||||
.span(Dir::RIGHT, [1, 1, 1]),
|
||||
.span(Dir::RIGHT, [1; _]),
|
||||
);
|
||||
let add_button = Rect::new(Color::LIME)
|
||||
.radius(30)
|
||||
|
||||
Reference in new issue
Block a user