File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 27
27
<MenuFlyout Placement =" BottomEdgeAlignedLeft" VerticalOffset =" -8" >
28
28
<MenuItem Header =" {DynamicResource Text.Repository.Fleet}" Command =" {Binding OpenInFleet}" >
29
29
<MenuItem .Icon>
30
- <Image Source =" /Resources/ExternalToolIcons/fleet.png" Width =" 13 " Height =" 13 " />
30
+ <Image Source =" /Resources/ExternalToolIcons/fleet.png" Width =" 16 " Height =" 16 " RenderOptions.BitmapInterpolationMode= " HighQuality " />
31
31
</MenuItem .Icon>
32
32
</MenuItem >
33
33
<MenuItem Header =" {DynamicResource Text.Repository.VSCode}" Command =" {Binding OpenInVSCode}" >
34
34
<MenuItem .Icon>
35
- <Image Source =" /Resources/ExternalToolIcons/vscode.png" Width =" 13 " Height =" 13 " />
35
+ <Image Source =" /Resources/ExternalToolIcons/vscode.png" Width =" 16 " Height =" 16 " RenderOptions.BitmapInterpolationMode= " HighQuality " />
36
36
</MenuItem .Icon>
37
37
</MenuItem >
38
38
</MenuFlyout >
You can’t perform that action at this time.
0 commit comments