diff options
author | sr55 <[email protected]> | 2014-09-15 18:20:28 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2014-09-15 18:20:28 +0000 |
commit | 2526e8970cbe167f862f7681f19c07299cd3ef97 (patch) | |
tree | 153cbe23556b5c7bcb6cde3409c778c1637b0966 /win/CS | |
parent | dc85c6269e50d42814e68ea38764eedfa2cd5081 (diff) |
WinGui: Remove the Background Transparency off the toolbar to see if it fixes the strange windows 8 colour of the toolbar.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6407 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/MainView.xaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Views/MainView.xaml b/win/CS/HandBrakeWPF/Views/MainView.xaml index d6365c5e5..dc14d29e2 100644 --- a/win/CS/HandBrakeWPF/Views/MainView.xaml +++ b/win/CS/HandBrakeWPF/Views/MainView.xaml @@ -578,7 +578,6 @@ Grid.Row="1"
HorizontalAlignment="Center"
VerticalAlignment="Stretch"
- Background="Transparent"
SnapsToDevicePixels="False"
UseLayoutRounding="False"
ToolBar.OverflowMode="Never"
|