Skip to content

Commit 06d754c

Browse files
image cleanup
1 parent b8bc421 commit 06d754c

5 files changed

Lines changed: 4 additions & 1 deletion

File tree

CodeConcussion.KVL.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,9 @@
240240
<ItemGroup>
241241
<Resource Include="Resources\Close.png" />
242242
</ItemGroup>
243+
<ItemGroup>
244+
<Resource Include="Resources\Wrench.png" />
245+
</ItemGroup>
243246
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
244247
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
245248
Other similar extension points exist, see Microsoft.Common.targets.

Resources/Start.Big.png

-17.3 KB
Binary file not shown.

Resources/Stop.Big.png

-17.4 KB
Binary file not shown.

Resources/Wrench.png

3.26 KB
Loading

Views/ControlsView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
</Button>
6565

6666
<Button x:Name="OpenSettings">
67-
<Image Source="/Resources/Star.png" />
67+
<Image Source="/Resources/Wrench.png" />
6868
</Button>
6969

7070
<Viewbox>

0 commit comments

Comments
 (0)