Skip to content

Commit

Permalink
img
Browse files Browse the repository at this point in the history
  • Loading branch information
mili-tan committed Jan 19, 2022
1 parent c225832 commit c45d4a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions AuroraGUI/AuroraGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
</PropertyGroup>
<ItemGroup>
<None Remove="Resources\Aurora.png" />
<None Remove="Resources\cat.png" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.Management.Instrumentation" />
Expand All @@ -33,6 +34,7 @@
<ItemGroup>
<Resource Include="Resources\AuroraBlack.ico" />
<Resource Include="Resources\AuroraWhite.ico" />
<Resource Include="Resources\cat.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="Resources\nightly.png" />
Expand Down
2 changes: 1 addition & 1 deletion AuroraGUI/Forms/AboutWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<ColumnDefinition Width="31*"/>
</Grid.ColumnDefinitions>
<Grid.Background>
<ImageBrush ImageSource="../Resources/pot.jpg" TileMode="FlipXY" Stretch="UniformToFill" />
<ImageBrush ImageSource="../Resources/cat.png" TileMode="FlipXY" Stretch="UniformToFill" />
</Grid.Background>
<Grid.Effect>
<DropShadowEffect Color="DarkGray" ShadowDepth="1" Opacity="0.7" />
Expand Down
Binary file added AuroraGUI/Resources/cat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c45d4a0

Please sign in to comment.