Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit a0c218d

Browse files
committed
Add and use new xaml pull request filter icon
1 parent 74390c6 commit a0c218d

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

src/GitHub.InlineReviews/GitHub.InlineReviews.imagemanifest

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<String Name="Resources" Value="/GitHub.VisualStudio;Component/Resources/icons" />
77

88
<Guid Name="guidGitHubInlineReviews" Value="{7b2a62fb-6aaa-4893-82c2-4895716a390c}" />
9-
<ID Name="pullrequest" Value="1" />
9+
<ID Name="pullrequestfilter" Value="1" />
1010
</Symbols>
1111
<Images>
12-
<Image Guid="$(guidGitHubInlineReviews)" ID="$(pullrequest)">
13-
<Source Uri="$(Resources)/git_pull_request.xaml" />
12+
<Image Guid="$(guidGitHubInlineReviews)" ID="$(pullrequestfilter)">
13+
<Source Uri="$(Resources)/git_pull_request_filter.xaml" />
1414
</Image>
1515
</Images>
1616
<ImageLists />

src/GitHub.InlineReviews/InlineReviewsPackage.vsct

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
</Button>
6767
<Button guid="guidPullRequestFilterCommandPackageCmdSet" id="PullRequestFilterCommandId" priority="0x0400" type="Button">
6868
<Parent guid="guidSHLMainMenu" id="IDG_VS_TOOLBAR_PROJWIN_FILTERS" />
69-
<Icon guid="guidGitHubInlineReviews" id="pullrequest" />
69+
<Icon guid="guidGitHubInlineReviews" id="pullrequestfilter" />
7070
<CommandFlag>IconIsMoniker</CommandFlag>
7171
<Strings>
7272
<ButtonText>Pull Request Filter</ButtonText>
@@ -107,7 +107,7 @@
107107
</GuidSymbol>
108108

109109
<GuidSymbol name="guidGitHubInlineReviews" value="{7b2a62fb-6aaa-4893-82c2-4895716a390c}" >
110-
<IDSymbol name="pullrequest" value="1" />
110+
<IDSymbol name="pullrequestfilter" value="1" />
111111
</GuidSymbol>
112112
</Symbols>
113113
</CommandTable>

src/GitHub.VisualStudio/GitHub.VisualStudio.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,10 @@
446446
<Generator>MSBuild:Compile</Generator>
447447
<SubType>Designer</SubType>
448448
</Page>
449+
<Page Include="Resources\icons\git_pull_request_filter.xaml">
450+
<SubType>Designer</SubType>
451+
<Generator>MSBuild:Compile</Generator>
452+
</Page>
449453
<Page Include="Resources\icons\link_external.xaml">
450454
<Generator>MSBuild:Compile</Generator>
451455
<SubType>Designer</SubType>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--This file is compatible with Silverlight-->
3+
<Canvas xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" Name="svg72" Width="48" Height="48">
4+
<Canvas>
5+
<Path Fill="#FF1B1F23" Stroke="#FFF6F6F6" Data="M14.547 13.257V23.5h-3.233V13.258L3.5 6.886V4.5h18.86v2.386l-7.813 6.37z"/>
6+
<Path Fill="#FFF6F6F6" Stroke="#FFF6F6F6" Data="M42.5 35.992c1.225.84 2 2.278 2 3.82 0 2.563-2 4.626-4.5 4.626s-4.5-2.063-4.5-4.626a4.63 4.63 0 0 1 2-3.82V23.33c-.016-.45-.155-.776-.47-1.086-.33-.324-.637-.465-1.03-.496h-1.5v4.86l-7.196-7.422 7.196-7.422v4.86h1.52c1.674.066 3.156.768 4.456 2.087 1.28 1.298 1.96 2.837 2.024 4.6v12.679zm-8-19.367v1H34v-1h.501zm-8 6.384V35.99a4.66 4.66 0 0 1 2 3.82c0 2.563-2 4.626-4.5 4.626s-4.5-2.063-4.5-4.626a4.63 4.63 0 0 1 2-3.82V29.1v-6.094a4.66 4.66 0 0 1-2-3.82c0-2.563 2-4.625 4.5-4.625s4.5 2.062 4.5 4.624a4.63 4.63 0 0 1-2 3.822z"/>
7+
<Path Fill="#FF1B1F23" Data="M42 36.265V23.312c-.06-1.608-.68-3.03-1.88-4.248-1.2-1.217-2.56-1.877-4.12-1.94h-2V13l-6 6.188 6 6.187V21.25h2c.54.04.96.227 1.38.64.42.412.6.866.62 1.422v12.953c-1.18.7-2 2.02-2 3.547 0 2.29 1.78 4.126 4 4.126 2.22 0 4-1.836 4-4.126a4.15 4.15 0 0 0-2-3.547zm-2 6.023c-1.32 0-2.4-1.135-2.4-2.475s1.1-2.476 2.4-2.476c1.3 0 2.4 1.135 2.4 2.475s-1.1 2.476-2.4 2.476zm-12-23.1c0-2.29-1.78-4.125-4-4.125-2.22 0-4 1.835-4 4.124a4.15 4.15 0 0 0 2 3.548v13.53c-1.18.7-2 2.02-2 3.547 0 2.29 1.78 4.126 4 4.126 2.22 0 4-1.836 4-4.126a4.15 4.15 0 0 0-2-3.547v-13.53c1.18-.7 2-2.02 2-3.547zm-1.6 20.625c0 1.36-1.1 2.474-2.4 2.474-1.3 0-2.4-1.134-2.4-2.474 0-1.34 1.1-2.476 2.4-2.476 1.3 0 2.4 1.135 2.4 2.475zM24 21.663c-1.32 0-2.4-1.135-2.4-2.476 0-1.34 1.1-2.475 2.4-2.475 1.3 0 2.4 1.135 2.4 2.476 0 1.34-1.1 2.475-2.4 2.475z"/>
8+
</Canvas>
9+
</Canvas>

0 commit comments

Comments
 (0)