diff --git a/Flow.Launcher/MainWindow.xaml.cs b/Flow.Launcher/MainWindow.xaml.cs index ae1f5d04c..e4c92b936 100644 --- a/Flow.Launcher/MainWindow.xaml.cs +++ b/Flow.Launcher/MainWindow.xaml.cs @@ -509,7 +509,7 @@ namespace Flow.Launcher var WindowMotion = new DoubleAnimation { - From = Top + 10, + From = Top, To = Top, Duration = TimeSpan.FromMilliseconds(animationLength * 2 / 3), FillBehavior = FillBehavior.Stop