From 3aa3cf3cffda7305411ae5d64991d2d972c33cb5 Mon Sep 17 00:00:00 2001 From: DB p Date: Sun, 27 Nov 2022 02:17:13 +0900 Subject: [PATCH] Fix List Icon Blurry --- Flow.Launcher.Infrastructure/Image/ImageLoader.cs | 2 +- Flow.Launcher/ResultListBox.xaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Flow.Launcher.Infrastructure/Image/ImageLoader.cs b/Flow.Launcher.Infrastructure/Image/ImageLoader.cs index 60491a65e..1883193d4 100644 --- a/Flow.Launcher.Infrastructure/Image/ImageLoader.cs +++ b/Flow.Launcher.Infrastructure/Image/ImageLoader.cs @@ -23,7 +23,7 @@ namespace Flow.Launcher.Infrastructure.Image private static readonly bool EnableImageHash = true; public static ImageSource MissingImage { get; } = new BitmapImage(new Uri(Constant.MissingImgIcon)); public static ImageSource LoadingImage { get; } = new BitmapImage(new Uri(Constant.LoadingImgIcon)); - public const int SmallIconSize = 32; + public const int SmallIconSize = 64; public const int FullIconSize = 256; diff --git a/Flow.Launcher/ResultListBox.xaml b/Flow.Launcher/ResultListBox.xaml index 61a2438a1..b2b96aa00 100644 --- a/Flow.Launcher/ResultListBox.xaml +++ b/Flow.Launcher/ResultListBox.xaml @@ -58,9 +58,9 @@