File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -509,7 +509,7 @@ public void WindowAnimator()
509509
510510 var WindowMotion = new DoubleAnimation
511511 {
512- From = Top ,
512+ From = Top + 10 ,
513513 To = Top ,
514514 Duration = TimeSpan . FromMilliseconds ( animationLength * 2 / 3 ) ,
515515 FillBehavior = FillBehavior . Stop
Original file line number Diff line number Diff line change @@ -1385,7 +1385,7 @@ public void Show()
13851385 Application . Current . Dispatcher . Invoke ( ( ) =>
13861386 {
13871387 MainWindowVisibility = Visibility . Visible ;
1388- MainWindowOpacity = Settings . UseAnimation ? 0 : 1 ;
1388+ MainWindowOpacity = 1 ;
13891389
13901390 MainWindowVisibilityStatus = true ;
13911391 VisibilityChanged ? . Invoke ( this , new VisibilityChangedEventArgs { IsVisible = true } ) ;
You can’t perform that action at this time.
0 commit comments