diff options
author | sr55 <[email protected]> | 2017-06-08 19:35:59 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2017-06-08 19:35:59 +0100 |
commit | 7e769d4a889e065ab74e4c61e8792f2ab973520d (patch) | |
tree | 06fd522a7823550a21b93e08dc39f75af316b3c9 /win | |
parent | 65c7b2acbdb569970ae27205a6f6dd1de7564722 (diff) |
WinGui: Forgot to stage the tooltip seconds update.
Diffstat (limited to 'win')
-rw-r--r-- | win/CS/HandBrakeWPF/App.xaml.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/App.xaml.cs b/win/CS/HandBrakeWPF/App.xaml.cs index 458d418f8..501fffa1d 100644 --- a/win/CS/HandBrakeWPF/App.xaml.cs +++ b/win/CS/HandBrakeWPF/App.xaml.cs @@ -38,7 +38,7 @@ namespace HandBrakeWPF AppDomain.CurrentDomain.UnhandledException +=
this.CurrentDomain_UnhandledException;
- ToolTipService.ShowDurationProperty.OverrideMetadata(typeof(DependencyObject), new FrameworkPropertyMetadata(12000));
+ ToolTipService.ShowDurationProperty.OverrideMetadata(typeof(DependencyObject), new FrameworkPropertyMetadata(15000));
}
/// <summary>
|