From ebb9137df0b40c10e5514522a9f6379fad789930 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 16 Jun 2012 16:29:23 +0000 Subject: WinGui: Convert the Presets Panel to a Listbox and update the styling. This should better reflect the selected preset and cleanup the horrible toolbar styling for the button controls. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4741 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrakeWPF/Views/MainView.xaml | 67 +++++++++++++++++++++--------- win/CS/HandBrakeWPF/Views/MainView.xaml.cs | 24 +++++++++++ 2 files changed, 71 insertions(+), 20 deletions(-) (limited to 'win/CS/HandBrakeWPF/Views') diff --git a/win/CS/HandBrakeWPF/Views/MainView.xaml b/win/CS/HandBrakeWPF/Views/MainView.xaml index 9f3c65ee6..3c2963378 100644 --- a/win/CS/HandBrakeWPF/Views/MainView.xaml +++ b/win/CS/HandBrakeWPF/Views/MainView.xaml @@ -5,7 +5,7 @@ xmlns:Converters="clr-namespace:HandBrakeWPF.Converters" xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity" xmlns:Micro="clr-namespace:Caliburn.Micro;assembly=Caliburn.Micro" - AllowDrop="True" + xmlns:behaviours="clr-namespace:HandBrakeWPF.Helpers" AllowDrop="True" Background="#FFF0F0F0" FontSize="11" Micro:Message.Attach="[Event Loaded] = [Action Load]" @@ -63,16 +63,31 @@ - + + @@ -131,7 +146,7 @@ - + @@ -390,6 +405,7 @@ + + + + - - - - - - - - - + + + + + + + + + + + + + + -