Skip to content

Commit

Permalink
Change preview size.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy840119 committed May 1, 2021
1 parent 18a42b7 commit 69759de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ private class LocalScrollingInfo : IScrollingInfo
{
public IBindable<ScrollingDirection> Direction { get; } = new Bindable<ScrollingDirection>(ScrollingDirection.Left);

public IBindable<double> TimeRange { get; } = new BindableDouble(1500);
public IBindable<double> TimeRange { get; } = new BindableDouble(5000);

public IScrollAlgorithm Algorithm { get; set; } = new SequentialScrollAlgorithm(new List<MultiplierControlPoint>());
}
Expand Down

0 comments on commit 69759de

Please sign in to comment.