Skip to content

Commit 041e74e

Browse files
committed
Icon changes
1 parent 23b2cdd commit 041e74e

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

src/GitHubActionsVS.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
<Resource Include="Resources\Delete.png" />
107107
<Resource Include="Resources\Edit.png" />
108108
<Resource Include="Resources\CancelBuild.png" />
109+
<Resource Include="Resources\GitHub.png" />
109110
<Content Include="Resources\Icon.png">
110111
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
111112
<IncludeInVSIX>true</IncludeInVSIX>

src/Resources/GitHub.png

1.07 KB
Loading

src/UserControls/AddEditSecret.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
44
xmlns:local="clr-namespace:GitHubActionsVS.Helpers"
55
Title="Add/Edit Secret" Height="220" Width="500" ResizeMode="NoResize" ShowInTaskbar="False" WindowStartupLocation="CenterOwner"
6+
Icon="pack://application:,,,/GitHubActionsVS;component/Resources/github.png"
67
xmlns:toolkit="clr-namespace:Community.VisualStudio.Toolkit;assembly=Community.VisualStudio.Toolkit"
78
xmlns:resx="clr-namespace:GitHubActionsVS.Resources"
8-
toolkit:Themes.UseVsTheme="True" Icon="{x:Null}">
9+
toolkit:Themes.UseVsTheme="True">
910
<Grid Margin="0,10,0,0">
1011
<Grid.RowDefinitions>
1112
<RowDefinition Height="auto" />

src/VSCommandTable.vsct

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
</Button>
5656
<Button guid="GitHubActionsVS" id="GotoRepoCommand" priority="0x0002" type="Button">
5757
<Parent guid="GitHubActionsVS" id="TWindowToolbarGroup"/>
58-
<Icon guid="ImageCatalogGuid" id="WebURL"/>
58+
<!-- using the ID for GitHub because knownimageid is not working -->
59+
<Icon guid="ImageCatalogGuid" id="3809"/>
5960
<CommandFlag>IconIsMoniker</CommandFlag>
6061
<Strings>
6162
<ButtonText>Open Repo in Browser</ButtonText>

0 commit comments

Comments
 (0)