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
|
<Image
|
||||||
x:Name="PreviewImageIcon"
|
x:Name="PreviewImageIcon"
|
||||||
Grid.Row="0"
|
Grid.Row="0"
|
||||||
MinHeight="128"
|
MinHeight="48"
|
||||||
MaxHeight="400"
|
MaxHeight="400"
|
||||||
Margin="0,10,0,4"
|
Margin="0,10,0,4"
|
||||||
HorizontalAlignment="Center"
|
HorizontalAlignment="Center"
|
||||||
Source="{Binding PreviewImage}"
|
Source="{Binding PreviewImage}"
|
||||||
|
StretchDirection="DownOnly"
|
||||||
Visibility="{Binding ShowIcon}">
|
Visibility="{Binding ShowIcon}">
|
||||||
<Image.Style>
|
<Image.Style>
|
||||||
<Style TargetType="{x:Type Image}">
|
<Style TargetType="{x:Type Image}">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue