summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Views
diff options
context:
space:
mode:
authorsr55 <[email protected]>2016-04-18 21:17:09 +0100
committersr55 <[email protected]>2016-04-18 21:17:09 +0100
commitc892e3697bc617bcb3ffdc67f2e6e56a341c9691 (patch)
treece4c62a06ea2b248a71ddc51e2850754b1f77806 /win/CS/HandBrakeWPF/Views
parentc05974837c1222f3a0f2d0bcf9c41fbe6d8b0a08 (diff)
WinGui: Strip out the overlay panel code. It's not used.
Diffstat (limited to 'win/CS/HandBrakeWPF/Views')
-rw-r--r--win/CS/HandBrakeWPF/Views/ShellView.xaml4
1 files changed, 0 insertions, 4 deletions
diff --git a/win/CS/HandBrakeWPF/Views/ShellView.xaml b/win/CS/HandBrakeWPF/Views/ShellView.xaml
index 9cc976584..fafa28d31 100644
--- a/win/CS/HandBrakeWPF/Views/ShellView.xaml
+++ b/win/CS/HandBrakeWPF/Views/ShellView.xaml
@@ -34,9 +34,5 @@
IsEnabled="{Binding IsMainPanelEnabled}" />
<ContentControl x:Name="OptionsViewModel" Panel.ZIndex="0" Visibility="{Binding ShowOptions, Converter={StaticResource boolToVisConverter}, ConverterParameter=false}"
IsEnabled="{Binding IsMainPanelEnabled}" />
-
- <DockPanel Background="Black" Opacity="0.60" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Panel.ZIndex="1"
- Visibility="{Binding ShowOverlayPanel, Converter={StaticResource boolToVisConverter}, ConverterParameter=false}" />
-
</Grid>
</Window>