Skip to content

Commit

Permalink
img
Browse files Browse the repository at this point in the history
  • Loading branch information
mili-tan committed May 4, 2020
1 parent a9b48cb commit 39eeea5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AuroraGUI/AuroraGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
<Resource Include="Resources\nightly.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="Resources\sak.png" />
<Resource Include="Resources\sha.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('..\packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets')" />
Expand Down
4 changes: 2 additions & 2 deletions AuroraGUI/Forms/AboutWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<ColumnDefinition Width="31*"/>
</Grid.ColumnDefinitions>
<Grid.Background>
<ImageBrush ImageSource="../Resources/sak.png" TileMode="FlipXY" Stretch="UniformToFill" />
<ImageBrush ImageSource="../Resources/sha.png" TileMode="FlipXY" Stretch="UniformToFill" />
</Grid.Background>
<Grid.Effect>
<DropShadowEffect Color="DarkGray" ShadowDepth="1" Opacity="0.7" />
Expand All @@ -27,7 +27,7 @@

<Image x:Name="IsNightly" Visibility="Hidden" Source="../Resources/nightly.png" Opacity="0.5" Margin="460,10,10,290"/>

<TextBlock Text="Photo by AgatheMarty" Margin="20,20,0,0"
<TextBlock Text="Photo by Yufeng Zhao" Margin="20,20,0,0"
VerticalAlignment="Top" Foreground="#FFF" FontSize="10" Opacity="0.9"
HorizontalAlignment="Left" TextAlignment="Left" Height="17"/>

Expand Down
Binary file removed AuroraGUI/Resources/sak.png
Binary file not shown.
Binary file added AuroraGUI/Resources/sha.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 39eeea5

Please sign in to comment.