mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Change Loading Image / Change Stretch for small icons (under 128)
This commit is contained in:
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 |
|
|
@ -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}">
|
||||
|
|
|
|||
Loading…
Reference in a new issue