Skip to content

Commit 1e8fe93

Browse files
committed
Change Loading Image / Change Stretch for small icons (under 128)
1 parent 26a7139 commit 1e8fe93

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Flow.Launcher/Images/loading.png

-1.13 KB
Loading

Flow.Launcher/MainWindow.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,11 +413,12 @@
413413
<Image
414414
x:Name="PreviewImageIcon"
415415
Grid.Row="0"
416-
MinHeight="128"
416+
MinHeight="48"
417417
MaxHeight="400"
418418
Margin="0,10,0,4"
419419
HorizontalAlignment="Center"
420420
Source="{Binding PreviewImage}"
421+
StretchDirection="DownOnly"
421422
Visibility="{Binding ShowIcon}">
422423
<Image.Style>
423424
<Style TargetType="{x:Type Image}">

0 commit comments

Comments
 (0)