Skip to content

Commit

Permalink
Add application logo to the about dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Oct 24, 2023
1 parent 361cb32 commit 454647e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions NanaGet/AboutPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@
<RowDefinition Height="*" />
<RowDefinition Height="Auto" />
</Grid.RowDefinitions>
<Image
Grid.Row="0"
Width="192"
Height="192"
Margin="24,0"
HorizontalAlignment="Center"
VerticalAlignment="Center"
Opacity="0.2"
Source="ms-appx:///Assets/Square44x44Logo.targetsize-256.png" />
<StackPanel Grid.Row="0" Padding="24,0">
<TextBlock
x:Uid="/AboutPage/GridTitleTextBlock"
Expand Down

0 comments on commit 454647e

Please sign in to comment.