From cc39a90413c0be3466bc4d51a11a36cbfb4509b4 Mon Sep 17 00:00:00 2001 From: sr55 Date: Thu, 11 Apr 2019 19:02:29 +0100 Subject: [PATCH] WinGui: Set the Countdown Alert to top most. #2032 --- win/CS/HandBrakeWPF/Views/CountdownAlertView.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/CS/HandBrakeWPF/Views/CountdownAlertView.xaml b/win/CS/HandBrakeWPF/Views/CountdownAlertView.xaml index 2f8a83d7a..5b6963efe 100644 --- a/win/CS/HandBrakeWPF/Views/CountdownAlertView.xaml +++ b/win/CS/HandBrakeWPF/Views/CountdownAlertView.xaml @@ -3,7 +3,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:cal="http://www.caliburnproject.org" xmlns:Properties="clr-namespace:HandBrakeWPF.Properties" - Title="When Done Action" MinHeight="130" MinWidth="400" WindowStartupLocation="CenterScreen" WindowStyle="None" + Title="When Done Action" MinHeight="130" MinWidth="400" WindowStartupLocation="CenterScreen" WindowStyle="None" Topmost="True" ShowActivated="True" ShowInTaskbar="True" SizeToContent="WidthAndHeight"> -- 2.40.0