From 209cce53642883d91c8b49205163112acf43905e Mon Sep 17 00:00:00 2001
From: sr55 <sr55.hb@outlook.com>
Date: Sat, 21 Jan 2017 20:14:51 +0000
Subject: [PATCH] WinGui: Set a min height on the queue selection window.

---
 win/CS/HandBrakeWPF/Views/QueueSelectionView.xaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/win/CS/HandBrakeWPF/Views/QueueSelectionView.xaml b/win/CS/HandBrakeWPF/Views/QueueSelectionView.xaml
index 2b5ae08de..977338110 100644
--- a/win/CS/HandBrakeWPF/Views/QueueSelectionView.xaml
+++ b/win/CS/HandBrakeWPF/Views/QueueSelectionView.xaml
@@ -9,6 +9,7 @@
         Title="{Binding Title}"
         Width="550"
         Height="475"
+        MinHeight="475"
         SizeToContent="Height"
         WindowStartupLocation="CenterScreen"
         TextOptions.TextFormattingMode="Display"
-- 
2.40.0