From 7e769d4a889e065ab74e4c61e8792f2ab973520d Mon Sep 17 00:00:00 2001 From: sr55 Date: Thu, 8 Jun 2017 19:35:59 +0100 Subject: [PATCH] WinGui: Forgot to stage the tooltip seconds update. --- win/CS/HandBrakeWPF/App.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } /// -- 2.40.0