Skip to content

Commit 1d6a0b4

Browse files
committed
formatting
1 parent b55d430 commit 1d6a0b4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Flow.Launcher/MainWindow.xaml.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -361,9 +361,8 @@ private async void PositionReset()
361361
}
362362
private void InitProgressbarAnimation()
363363
{
364-
365-
var da = new DoubleAnimation(ProgressBar.X2, ActualWidth + 100, new Duration(new TimeSpan(0, 0, 0, 0, 1200)));
366-
var da1 = new DoubleAnimation(ProgressBar.X1, ActualWidth + 0, new Duration(new TimeSpan(0, 0, 0, 0, 1200)));
364+
var da = new DoubleAnimation(ProgressBar.X2, ActualWidth + 100, new Duration(new TimeSpan(0, 0, 0, 0, 1600)));
365+
var da1 = new DoubleAnimation(ProgressBar.X1, ActualWidth + 0, new Duration(new TimeSpan(0, 0, 0, 0, 1600)));
367366
Storyboard.SetTargetProperty(da, new PropertyPath("(Line.X2)"));
368367
Storyboard.SetTargetProperty(da1, new PropertyPath("(Line.X1)"));
369368
_progressBarStoryboard.Children.Add(da);

0 commit comments

Comments
 (0)