Skip to content

Commit 6e047e0

Browse files
committed
Fix Icon Image little cut #710
1 parent 03d134d commit 6e047e0

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
@@ -56,7 +56,7 @@
5656
</TextBlock>
5757
</StackPanel>
5858
<Border BorderThickness="0" BorderBrush="Transparent" Margin="9 0 0 0">
59-
<Image x:Name="ImageIcon" Width="32" Height="32" HorizontalAlignment="Center" Source="{Binding Image}" Visibility="{Binding ShowIcon}" Margin="0 0 0 0"/>
59+
<Image x:Name="ImageIcon" Width="32" Height="32" HorizontalAlignment="Center" Source="{Binding Image}" Visibility="{Binding ShowIcon}" Margin="0 0 0 0" Stretch="UniformToFill"/>
6060
</Border>
6161
<Border BorderThickness="0" BorderBrush="Transparent" Margin="14 0 0 0">
6262
<TextBlock Grid.Column="0" VerticalAlignment="Center" HorizontalAlignment="Center" Text="{Binding Glyph.Glyph}" FontFamily="{Binding Glyph.FontFamily}" FontSize="24" Visibility="{Binding ShowGlyph}" Margin="12 0 0 0" Padding="0 0 12 0"/>

0 commit comments

Comments
 (0)