diff --git a/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/ImagePanel.xaml b/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/ImagePanel.xaml index c18db8a..5f79c01 100644 --- a/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/ImagePanel.xaml +++ b/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/ImagePanel.xaml @@ -5,6 +5,7 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:local="clr-namespace:QuickLook.Plugin.ImageViewer" xmlns:animatedImage="clr-namespace:QuickLook.Plugin.ImageViewer.AnimatedImage" + xmlns:plugin="clr-namespace:QuickLook.Common.Plugin;assembly=QuickLook.Common" mc:Ignorable="d" x:Name="imagePanel" d:DesignHeight="300" d:DesignWidth="300"> @@ -20,11 +21,32 @@ - - - + + + @@ -56,6 +78,11 @@ Visibility="{Binding ElementName=imagePanel, Path=MetaIconVisibility}" Margin="0,8,8,0" Content="" /> +