Change Loading Image / Change Stretch for small icons (under 128)

This commit is contained in:
DB p 2022-11-27 17:54:56 +09:00
parent 26a713985c
commit 1e8fe9342b
2 changed files with 2 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 274 B

View file

@ -413,11 +413,12 @@
<Image
x:Name="PreviewImageIcon"
Grid.Row="0"
MinHeight="128"
MinHeight="48"
MaxHeight="400"
Margin="0,10,0,4"
HorizontalAlignment="Center"
Source="{Binding PreviewImage}"
StretchDirection="DownOnly"
Visibility="{Binding ShowIcon}">
<Image.Style>
<Style TargetType="{x:Type Image}">