From 2054a421455b52ca060767c8cd544b16caacab96 Mon Sep 17 00:00:00 2001 From: sr55 Date: Wed, 16 May 2018 21:35:44 +0100 Subject: WinGui: Improved behaviour of the Add Selection to Queue Window. Can now be resized to full screen and also now supports spacebar selection once a record is selected to toggle the selection checkbox. Fixes #1341 --- win/CS/HandBrakeWPF/Views/QueueSelectionView.xaml | 8 ++++---- win/CS/HandBrakeWPF/Views/QueueSelectionView.xaml.cs | 15 +++++++++++++++ 2 files changed, 19 insertions(+), 4 deletions(-) (limited to 'win/CS/HandBrakeWPF') diff --git a/win/CS/HandBrakeWPF/Views/QueueSelectionView.xaml b/win/CS/HandBrakeWPF/Views/QueueSelectionView.xaml index bd1e9bce5..d6446e1db 100644 --- a/win/CS/HandBrakeWPF/Views/QueueSelectionView.xaml +++ b/win/CS/HandBrakeWPF/Views/QueueSelectionView.xaml @@ -7,10 +7,10 @@ xmlns:Conveters="clr-namespace:HandBrakeWPF.Converters" xmlns:Properties="clr-namespace:HandBrakeWPF.Properties" Title="{Binding Title}" + MinWidth="550" Width="550" Height="475" MinHeight="475" - SizeToContent="Height" WindowStartupLocation="CenterScreen" TextOptions.TextFormattingMode="Display" mc:Ignorable="d"> @@ -44,14 +44,14 @@ - + SelectionMode="Single" + PreviewKeyDown="SelectionGrid_OnKeyDown">