diff options
author | sr55 <[email protected]> | 2014-01-02 21:48:00 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2014-01-02 21:48:00 +0000 |
commit | b90ef6a6ccef4df001506375414882ed4deac993 (patch) | |
tree | 9d45ab4b8e365b10f85a4331824341281bee9e06 /win/CS/HandBrakeWPF/Views/ShellView.xaml | |
parent | e6b6f7bd7c7da9c0f8fb100613b40140911398d1 (diff) |
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
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/ShellView.xaml')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/ShellView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
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"
>
<Window.Resources>
|