diff options
author | sr55 <[email protected]> | 2019-04-11 19:02:29 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2019-04-11 19:02:51 +0100 |
commit | cc39a90413c0be3466bc4d51a11a36cbfb4509b4 (patch) | |
tree | 865b7705d50a340d18e3736e688107b642c8b1f1 | |
parent | fea7c8338a1512fc0f3203c368c26d637fde2feb (diff) |
WinGui: Set the Countdown Alert to top most. #2032
-rw-r--r-- | win/CS/HandBrakeWPF/Views/CountdownAlertView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
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">
<Grid>
<Grid.RowDefinitions>
|