From 357bd0bc173b6f3a78ea2297e0577d6c7f5219c3 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 26 Feb 2011 16:24:38 +0000 Subject: WinGui: - Started designing the Picture Settings Panel - Added a WindowManager. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3810 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- .../Views/Controls/PictureSettingsView.xaml | 99 +++++++++++++++++++++- 1 file changed, 95 insertions(+), 4 deletions(-) (limited to 'win/C#/HandBrakeWPF/Views/Controls/PictureSettingsView.xaml') diff --git a/win/C#/HandBrakeWPF/Views/Controls/PictureSettingsView.xaml b/win/C#/HandBrakeWPF/Views/Controls/PictureSettingsView.xaml index a60e3b565..80b82c52f 100644 --- a/win/C#/HandBrakeWPF/Views/Controls/PictureSettingsView.xaml +++ b/win/C#/HandBrakeWPF/Views/Controls/PictureSettingsView.xaml @@ -3,9 +3,100 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" - mc:Ignorable="d" - d:DesignHeight="300" d:DesignWidth="300"> - + xmlns:Controls="clr-namespace:Microsoft.Windows.Controls;assembly=WPFToolkit.Extended" + > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3