From b90ef6a6ccef4df001506375414882ed4deac993 Mon Sep 17 00:00:00 2001 From: sr55 Date: Thu, 2 Jan 2014 21:48:00 +0000 Subject: 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/ShellView.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win/CS/HandBrakeWPF/Views/ShellView.xaml') diff --git a/win/CS/HandBrakeWPF/Views/ShellView.xaml b/win/CS/HandBrakeWPF/Views/ShellView.xaml index 84411cdca..c9702a7a7 100644 --- a/win/CS/HandBrakeWPF/Views/ShellView.xaml +++ b/win/CS/HandBrakeWPF/Views/ShellView.xaml @@ -14,7 +14,7 @@ UseLayoutRounding="True" WindowStartupLocation="CenterScreen" TextOptions.TextFormattingMode="Display" - Style="{StaticResource mainWindowStyle}" + Style="{StaticResource windowStyle}" x:Name="shellView" > -- cgit v1.2.3