mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-25 01:34:02 +00:00
Use a negative delta to scroll down in layout unit test for List
This commit is contained in:
parent
9402eb3f3e
commit
4a96a5c9ff
1 changed files with 1 additions and 1 deletions
|
@ -603,7 +603,7 @@ mod tests {
|
|||
offset_in_item: 0.,
|
||||
},
|
||||
40.,
|
||||
vec2f(0., 54.),
|
||||
vec2f(0., -54.),
|
||||
true,
|
||||
&mut presenter.build_event_context(cx),
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue