Skip to content

Commit

Permalink
Add missing pin image to note (#12119)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinstacey authored Oct 7, 2021
1 parent e3ff415 commit a588617
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/DynamoCoreWpf/DynamoCoreWpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -1419,6 +1419,7 @@
<Resource Include="UI\Images\profile_normal.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="UI\Images\Pin_NoBackground_16px.png" />
<EmbeddedResource Include="Views\GuidedTour\HtmlPages\learnPackages.html" />
<Resource Include="UI\Images\info_2.png" />
<Resource Include="UI\Images\alert_2.png" />
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/DynamoCoreWpf/Views/Core/NoteView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
Visibility="{Binding Path=PinnedNode, Converter={StaticResource nullToVisibiltyConverter }, UpdateSourceTrigger=PropertyChanged}"
>
<Image
Source="/DynamoCoreWpf;component/UI/Images/Pin_NoBackground_16_16.png"
Source="/DynamoCoreWpf;component/UI/Images/Pin_NoBackground_16px.png"
Width="10"
/>
</Button>
Expand Down

0 comments on commit a588617

Please sign in to comment.