Skip to content

Commit

Permalink
img
Browse files Browse the repository at this point in the history
  • Loading branch information
mili-tan committed Sep 1, 2019
1 parent d1accf8 commit 63293de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions AuroraGUI/AuroraGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -219,5 +219,8 @@
<ItemGroup>
<Resource Include="Resources\nightly.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="Resources\sld.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
2 changes: 1 addition & 1 deletion AuroraGUI/Forms/AboutWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<ColumnDefinition Width="31*"/>
</Grid.ColumnDefinitions>
<Grid.Background>
<ImageBrush ImageSource="../Resources/tes.png" TileMode="FlipXY" Stretch="UniformToFill" />
<ImageBrush ImageSource="../Resources/sld.png" TileMode="FlipXY" Stretch="UniformToFill" />
</Grid.Background>
<Grid.Effect>
<DropShadowEffect Color="DarkGray" ShadowDepth="1" Opacity="0.7" />
Expand Down
Binary file added AuroraGUI/Resources/sld.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 63293de

Please sign in to comment.