File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Flow.Launcher.Infrastructure/Image Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public static class ImageLoader
23
23
private static readonly bool EnableImageHash = true ;
24
24
public static ImageSource MissingImage { get ; } = new BitmapImage ( new Uri ( Constant . MissingImgIcon ) ) ;
25
25
public static ImageSource LoadingImage { get ; } = new BitmapImage ( new Uri ( Constant . LoadingImgIcon ) ) ;
26
- public const int SmallIconSize = 32 ;
26
+ public const int SmallIconSize = 64 ;
27
27
public const int FullIconSize = 256 ;
28
28
29
29
Original file line number Diff line number Diff line change 58
58
<ColumnDefinition Width =" Auto" MinWidth =" 8" />
59
59
</Grid .ColumnDefinitions>
60
60
<StackPanel
61
+ x : Name =" HotkeyArea"
61
62
Grid.Column=" 2"
62
63
Margin =" 0,0,10,0"
63
- x : Name =" HotkeyArea"
64
64
VerticalAlignment =" Center"
65
65
Visibility =" {Binding ShowOpenResultHotkey}" >
66
66
<TextBlock
105
105
Margin =" 0,0,0,0"
106
106
HorizontalAlignment =" Center"
107
107
IsHitTestVisible =" False"
108
+ RenderOptions.BitmapScalingMode=" Fant"
108
109
Source =" {Binding Image, TargetNullValue={x:Null}}"
109
110
Stretch =" Uniform"
110
111
Visibility =" {Binding ShowIcon}" >
You can’t perform that action at this time.
0 commit comments