From b90ef6a6ccef4df001506375414882ed4deac993 Mon Sep 17 00:00:00 2001 From: sr55 Date: Thu, 2 Jan 2014 21:48:00 +0000 Subject: [PATCH] WinGui: Fix a number of styles that were not obeying the Use System Colours option. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5953 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrakeWPF/Views/AddPresetView.xaml | 39 +++++++++++++++++--- win/CS/HandBrakeWPF/Views/ErrorView.xaml | 26 +++++++++++-- win/CS/HandBrakeWPF/Views/MainView.xaml | 1 + win/CS/HandBrakeWPF/Views/OptionsView.xaml | 12 +++++- win/CS/HandBrakeWPF/Views/PreviewView.xaml | 17 +++++++-- win/CS/HandBrakeWPF/Views/QueueView.xaml | 20 ++++++++-- win/CS/HandBrakeWPF/Views/ShellView.xaml | 2 +- win/CS/HandBrakeWPF/Views/Styles/Styles.xaml | 2 +- 8 files changed, 101 insertions(+), 18 deletions(-) diff --git a/win/CS/HandBrakeWPF/Views/AddPresetView.xaml b/win/CS/HandBrakeWPF/Views/AddPresetView.xaml index 0c398eaaf..b71178bdc 100644 --- a/win/CS/HandBrakeWPF/Views/AddPresetView.xaml +++ b/win/CS/HandBrakeWPF/Views/AddPresetView.xaml @@ -25,8 +25,7 @@ + VerticalAlignment="Stretch"> @@ -34,12 +33,32 @@ + + + + + + + + + + Margin="0,20,0,0"> + + + + + diff --git a/win/CS/HandBrakeWPF/Views/ErrorView.xaml b/win/CS/HandBrakeWPF/Views/ErrorView.xaml index e4e7ab885..95b6e85cb 100644 --- a/win/CS/HandBrakeWPF/Views/ErrorView.xaml +++ b/win/CS/HandBrakeWPF/Views/ErrorView.xaml @@ -7,7 +7,7 @@ Height="380" MinWidth="680" MinHeight="380" - Background="#FFF0F0F0" + Style="{StaticResource windowStyle}" FontSize="11" TextOptions.TextFormattingMode="Display" WindowStartupLocation="CenterScreen"> @@ -21,8 +21,18 @@ + + + + + - + + + + +