From 873f544513ac5a491dc97dd295bd0155ea013f1e Mon Sep 17 00:00:00 2001 From: sr55 Date: Fri, 28 Dec 2018 21:53:14 +0000 Subject: [PATCH] WinGui: Make the new queue design default for new nightly installs. Move the When Done option below the queue list. --- .../Views/Queue/QueueTwoContent.xaml | 361 +++++++++--------- win/CS/HandBrakeWPF/Views/QueueView.xaml | 3 +- win/CS/HandBrakeWPF/defaultsettings.xml | 8 + 3 files changed, 196 insertions(+), 176 deletions(-) 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 -- 2.40.0