Skip to content

Commit

Permalink
[release/8.0.1xx] Update car image/size (#18577)
Browse files Browse the repository at this point in the history
* Update car image/size

* Change name back to dotnet_bot

The old image name was used in a bunch of tests, it's still the bot so the old name is still fine, and seems like reasonable idea to just revert the name to clean this up.

---------

Co-authored-by: redth <jondick@gmail.com>
  • Loading branch information
github-actions[bot] and Redth authored Nov 7, 2023
1 parent 073a8c4 commit 2fb3782
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/Templates/src/templates/maui-mobile/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
Spacing="25">
<Image
Source="dotnet_bot.png"
HeightRequest="300"
HeightRequest="185"
Aspect="AspectFit"
Margin="-30,0"
SemanticProperties.Description="dot net bot in a race car number eight" />

<Label
Expand Down
2 changes: 1 addition & 1 deletion src/Templates/src/templates/maui-mobile/MauiApp.1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

<!-- Images -->
<MauiImage Include="Resources\Images\*" />
<MauiImage Update="Resources\Images\dotnet_bot.svg" BaseSize="168,208" />
<MauiImage Update="Resources\Images\dotnet_bot.png" Resize="True" BaseSize="300,185" />

<!-- Custom Fonts -->
<MauiFont Include="Resources\Fonts\*" />
Expand Down
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 2fb3782

Please # to comment.