From 5823ae268ce5f0dce14745f778a566f5afecfe07 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sun, 19 Jan 2014 19:47:01 +0000 Subject: WinGui: Few minor UI tweaks. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5984 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrakeWPF/Views/QueueView.xaml | 84 +++++++++++++++++++++----------- 1 file changed, 56 insertions(+), 28 deletions(-) (limited to 'win/CS/HandBrakeWPF/Views/QueueView.xaml') diff --git a/win/CS/HandBrakeWPF/Views/QueueView.xaml b/win/CS/HandBrakeWPF/Views/QueueView.xaml index 5ff075455..62181977e 100644 --- a/win/CS/HandBrakeWPF/Views/QueueView.xaml +++ b/win/CS/HandBrakeWPF/Views/QueueView.xaml @@ -7,7 +7,7 @@ xmlns:dd="clr-namespace:GongSolutions.Wpf.DragDrop;assembly=GongSolutions.Wpf.DragDrop" xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" - xmlns:YourNamespace="clr-namespace:HandBrakeWPF.AttachedProperties" + xmlns:AttachedProperties="clr-namespace:HandBrakeWPF.AttachedProperties" xmlns:Audio="clr-namespace:HandBrakeWPF.Converters.Audio" xmlns:Subtitles="clr-namespace:HandBrakeWPF.Converters.Subtitles" xmlns:video="clr-namespace:HandBrakeWPF.Converters.Video" @@ -92,59 +92,87 @@ - - - - - + + + + + - - - + + + - + - + - + - + - + - + - - + AttachedProperties:MenuItemExtensions.GroupName="whenDone" /> + + + + + + + + + + + + + + + + + + + + + + + + @@ -161,7 +189,7 @@ dd:DragDrop.IsDropTarget="True" ItemsSource="{Binding QueueTasks, Mode=OneWay}" SelectionMode="Extended"> - + -- cgit v1.2.3