Add error info when file/application can't be open

1. Fix #492
2. FIx #478
This commit is contained in:
bao-qian
2016-03-27 02:49:05 +01:00
parent 0538d082dc
commit 95becde93d
3 changed files with 51 additions and 23 deletions

View File

@@ -28,7 +28,7 @@ namespace Wox
// Create the fade out storyboard
fadeOutStoryboard.Completed += fadeOutStoryboard_Completed;
DoubleAnimation fadeOutAnimation = new DoubleAnimation(dipWorkingArea.Y - Height, dipWorkingArea.Y, new Duration(TimeSpan.FromSeconds(0.3)))
DoubleAnimation fadeOutAnimation = new DoubleAnimation(dipWorkingArea.Y - Height, dipWorkingArea.Y, new Duration(TimeSpan.FromSeconds(1)))
{
AccelerationRatio = 0.2
};