From 1a83848c2ce1a0f0024c278dc87a6c8ccebaceab Mon Sep 17 00:00:00 2001 From: ema Date: Sun, 1 Jun 2025 13:32:33 +0800 Subject: [PATCH] Use app fallback logo --- .../ApkInfoPanel.xaml | 5 +++- .../ApkInfoPanel.xaml.cs | 24 ++++++++++++------ .../ApkPackageParser/ApkInfo.cs | 3 --- .../AppxInfoPanel.xaml | 5 +++- .../IpaInfoPanel.xaml | 5 +++- .../IpaInfoPanel.xaml.cs | 7 ++++- .../MsiInfoPanel.xaml | 5 +++- .../Resources/android.png | Bin 0 -> 31390 bytes .../Resources/ios.png | Bin 0 -> 43467 bytes 9 files changed, 38 insertions(+), 16 deletions(-) create mode 100644 QuickLook.Plugin/QuickLook.Plugin.AppViewer/Resources/android.png create mode 100644 QuickLook.Plugin/QuickLook.Plugin.AppViewer/Resources/ios.png 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">