diff --git a/QuickLook.Plugin/QuickLook.Plugin.AppViewer/ApkInfoPanel.xaml b/QuickLook.Plugin/QuickLook.Plugin.AppViewer/ApkInfoPanel.xaml index af8ef07..578b34b 100644 --- a/QuickLook.Plugin/QuickLook.Plugin.AppViewer/ApkInfoPanel.xaml +++ b/QuickLook.Plugin/QuickLook.Plugin.AppViewer/ApkInfoPanel.xaml @@ -24,7 +24,10 @@ Margin="8" VerticalAlignment="Top" Opacity="0" - Stretch="Fill"> + RenderOptions.BitmapScalingMode="HighQuality" + SnapsToDevicePixels="True" + Stretch="Fill" + UseLayoutRounding="True">