From: sr55 Date: Wed, 16 May 2018 20:35:44 +0000 (+0100) Subject: WinGui: Improved behaviour of the Add Selection to Queue Window. Can now be resized... X-Git-Tag: 1.2.0~473 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2054a421455b52ca060767c8cd544b16caacab96;p=handbrake 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 --- 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">