Skip to content

Commit 4ab5ef0

Browse files
committed
Adjust Animation
1 parent 90828d9 commit 4ab5ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ public void WindowAnimator()
509509

510510
var WindowMotion = new DoubleAnimation
511511
{
512-
From = Top + 10,
512+
From = Top,
513513
To = Top,
514514
Duration = TimeSpan.FromMilliseconds(animationLength * 2 / 3),
515515
FillBehavior = FillBehavior.Stop

0 commit comments

Comments
 (0)