update logo
This commit is contained in:
parent
1963eecbd2
commit
709d7fd442
Binary file not shown.
Before Width: | Height: | Size: 82 KiB |
Binary file not shown.
Before Width: | Height: | Size: 30 KiB |
Binary file not shown.
Before Width: | Height: | Size: 5.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
|
@ -308,10 +308,8 @@
|
|||
<Content Include="Assets\LargeTile.scale-150.png" />
|
||||
<Content Include="Assets\LargeTile.scale-200.png" />
|
||||
<Content Include="Assets\LargeTile.scale-400.png" />
|
||||
<Content Include="Assets\Logo-Pcut.jpg" />
|
||||
<Content Include="Assets\logo.jpg" />
|
||||
<Content Include="Assets\logo.png" />
|
||||
<Content Include="Assets\promotionIcon.gif" />
|
||||
<Content Include="Assets\PromotionIcon.png" />
|
||||
<Content Include="Assets\shutdown_mo.png" />
|
||||
<Content Include="Assets\SmallTile.scale-100.png" />
|
||||
<Content Include="Assets\SmallTile.scale-125.png" />
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
|
||||
<NavigationView.PaneFooter>
|
||||
<StackPanel VerticalAlignment="Bottom" HorizontalAlignment="Center">
|
||||
<Image Source="/Assets/Logo-Pcut.jpg" MaxWidth="100" MaxHeight="100"/>
|
||||
<Image Source="/Assets/logo.png" MaxWidth="100" MaxHeight="100"/>
|
||||
</StackPanel>
|
||||
</NavigationView.PaneFooter>
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
ItemInvoked="NavigationViewItem_Invoked">
|
||||
|
||||
<NavigationView.PaneHeader>
|
||||
<Image Source="/Assets/logo.jpg" Stretch="Fill" Margin="10,0,10,0"/>
|
||||
<Image Source="/Assets/logo.png" Stretch="Fill" Margin="10,0,10,0"/>
|
||||
</NavigationView.PaneHeader>
|
||||
|
||||
<NavigationView.MenuItems>
|
||||
|
|
Loading…
Reference in New Issue