summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsr55 <[email protected]>2014-09-15 18:20:28 +0000
committersr55 <[email protected]>2014-09-15 18:20:28 +0000
commit2526e8970cbe167f862f7681f19c07299cd3ef97 (patch)
tree153cbe23556b5c7bcb6cde3409c778c1637b0966
parentdc85c6269e50d42814e68ea38764eedfa2cd5081 (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
-rw-r--r--win/CS/HandBrakeWPF/Views/MainView.xaml1
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"