Skip to content

Commit

Permalink
Add transparent background for tree images (Style: Circles); Convert …
Browse files Browse the repository at this point in the history
…to png image files
  • Loading branch information
rowo360 committed Dec 22, 2024
1 parent 7c36e7d commit aca6483
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 5 deletions.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions src/TestCentric/testcentric.gui/TestCentric.Gui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@
<Content Include="Images\SummaryReport.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>-->
<Content Include="Images\Tree\Circles\Failure.jpg">
<Content Include="Images\Tree\Circles\Failure.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Images\Tree\Circles\Ignored.jpg">
<Content Include="Images\Tree\Circles\Ignored.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Images\Tree\Circles\Inconclusive.jpg">
<Content Include="Images\Tree\Circles\Inconclusive.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Images\Tree\Circles\Skipped.jpg">
<Content Include="Images\Tree\Circles\Skipped.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Images\Tree\Circles\Success.jpg">
<Content Include="Images\Tree\Circles\Success.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Images\Tree\Classic\Failure.png">
Expand Down

0 comments on commit aca6483

Please sign in to comment.