From 438781b7f78e814afd005acab1a6ac0e0836f8b8 Mon Sep 17 00:00:00 2001 From: Paddy Xu Date: Sat, 3 Jun 2017 01:59:21 +0300 Subject: [PATCH] Mute video by default --- .../QuickLook.Plugin.VideoViewer/ViewerPanel.xaml | 13 +++++++++++-- .../ViewerPanel.xaml.cs | 6 ++++++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/QuickLook.Plugin/QuickLook.Plugin.VideoViewer/ViewerPanel.xaml b/QuickLook.Plugin/QuickLook.Plugin.VideoViewer/ViewerPanel.xaml index dcb9215..ad54dbc 100644 --- a/QuickLook.Plugin/QuickLook.Plugin.VideoViewer/ViewerPanel.xaml +++ b/QuickLook.Plugin/QuickLook.Plugin.VideoViewer/ViewerPanel.xaml @@ -24,7 +24,7 @@ Height="16" Width="16" Margin="5,5" Foreground="Gray" Cursor="Hand" /> + Orientation="Horizontal" Margin="10,0,0,0"> @@ -36,7 +36,16 @@ Value="{Binding Position, ElementName=mediaElement}" Maximum="{Binding NaturalDuration, ElementName=mediaElement, Mode=OneWay}" /> - + + + + + + + + +