From: sr55 Date: Fri, 28 Dec 2018 21:53:14 +0000 (+0000) Subject: WinGui: Make the new queue design default for new nightly installs. Move the When... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=873f544513ac5a491dc97dd295bd0155ea013f1e;p=handbrake WinGui: Make the new queue design default for new nightly installs. Move the When Done option below the queue list. --- diff --git a/win/CS/HandBrakeWPF/Views/Queue/QueueTwoContent.xaml b/win/CS/HandBrakeWPF/Views/Queue/QueueTwoContent.xaml index 741d072c9..930533987 100644 --- a/win/CS/HandBrakeWPF/Views/Queue/QueueTwoContent.xaml +++ b/win/CS/HandBrakeWPF/Views/Queue/QueueTwoContent.xaml @@ -53,50 +53,9 @@ - - - - - - - - - - - - - - - - - - + @@ -107,143 +66,197 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win/CS/HandBrakeWPF/Views/QueueView.xaml b/win/CS/HandBrakeWPF/Views/QueueView.xaml index ecf123105..39a81a760 100644 --- a/win/CS/HandBrakeWPF/Views/QueueView.xaml +++ b/win/CS/HandBrakeWPF/Views/QueueView.xaml @@ -17,7 +17,7 @@ xmlns:queue1="clr-namespace:HandBrakeWPF.Views.Queue" Title="{Binding Title}" Width="750" - Height="500" + Height="520" MinWidth="400" MinHeight="300" WindowStartupLocation="CenterScreen" @@ -58,7 +58,6 @@ - false + + + ShowExperimentalQueue + + + true + + \ No newline at end of file