File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Plugins/Flow.Launcher.Plugin.Program/Programs Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 426
426
Visibility =" {Binding ShowIcon}" >
427
427
<Image .Style>
428
428
<Style TargetType =" {x:Type Image}" >
429
- <Setter Property =" MaxWidth" Value =" 128 " />
429
+ <Setter Property =" MaxWidth" Value =" 96 " />
430
430
<Style .Triggers>
431
431
<DataTrigger Binding =" {Binding UseBigThumbnail}" Value =" True" >
432
432
<Setter Property =" MaxWidth" Value =" {Binding ElementName=Preview, Path=ActualWidth}" />
Original file line number Diff line number Diff line change @@ -98,8 +98,8 @@ public void InitAppsInPackage(Package package)
98
98
var logoUri = visualElement ? . Attributes [ logoName ] ? . Value ;
99
99
app . LogoPath = app . LogoPathFromUri ( logoUri , ( 64 , 64 ) ) ;
100
100
string previewUriTemp = visualElement ? . Attributes [ logoName ] ? . Value ;
101
- string previewUri = previewUriTemp ? . Replace ( ".png" , ".targetsize-256 .png" ) ;
102
- app . PreviewImagePath = app . LogoPathFromUri ( previewUri , ( 128 , 128 ) ) ;
101
+ string previewUri = previewUriTemp ? . Replace ( ".png" , ".targetsize-96 .png" ) ;
102
+ app . PreviewImagePath = app . LogoPathFromUri ( previewUri , ( 96 , 96 ) ) ;
103
103
}
104
104
}
105
105
}
You can’t perform that action at this time.
0 commit comments