Skip to content

Commit beb3517

Browse files
committed
Results: Use Linear bitmap scaling for images
1 parent d3ea1af commit beb3517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/ResultListBox.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<Image
8686
x:Name="ImageIcon"
8787
IsHitTestVisible="False"
88-
RenderOptions.BitmapScalingMode="Fant"
88+
RenderOptions.BitmapScalingMode="Linear"
8989
Source="{Binding Image, TargetNullValue={x:Null}}"
9090
Stretch="Uniform"
9191
StretchDirection="DownOnly"

0 commit comments

Comments
 (0)