fix promotion icon
This commit is contained in:
parent
869502a72c
commit
0361f68f87
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
|
@ -201,6 +201,9 @@
|
||||||
<Compile Include="Pages\Logs\LogInformationPage.xaml.cs">
|
<Compile Include="Pages\Logs\LogInformationPage.xaml.cs">
|
||||||
<DependentUpon>LogInformationPage.xaml</DependentUpon>
|
<DependentUpon>LogInformationPage.xaml</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
<Compile Include="Pages\Promotion\Promotion.xaml.cs">
|
||||||
|
<DependentUpon>Promotion.xaml</DependentUpon>
|
||||||
|
</Compile>
|
||||||
<Compile Include="Pages\UserGuide\UserGuidePage.xaml.cs">
|
<Compile Include="Pages\UserGuide\UserGuidePage.xaml.cs">
|
||||||
<DependentUpon>UserGuidePage.xaml</DependentUpon>
|
<DependentUpon>UserGuidePage.xaml</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
@ -299,6 +302,8 @@
|
||||||
<Content Include="Assets\LargeTile.scale-400.png" />
|
<Content Include="Assets\LargeTile.scale-400.png" />
|
||||||
<Content Include="Assets\Logo-Pcut.jpg" />
|
<Content Include="Assets\Logo-Pcut.jpg" />
|
||||||
<Content Include="Assets\logo.jpg" />
|
<Content Include="Assets\logo.jpg" />
|
||||||
|
<Content Include="Assets\promotionIcon.gif" />
|
||||||
|
<Content Include="Assets\PromotionIcon.png" />
|
||||||
<Content Include="Assets\shutdown_mo.png" />
|
<Content Include="Assets\shutdown_mo.png" />
|
||||||
<Content Include="Assets\SmallTile.scale-100.png" />
|
<Content Include="Assets\SmallTile.scale-100.png" />
|
||||||
<Content Include="Assets\SmallTile.scale-125.png" />
|
<Content Include="Assets\SmallTile.scale-125.png" />
|
||||||
|
@ -378,6 +383,10 @@
|
||||||
<Generator>MSBuild:Compile</Generator>
|
<Generator>MSBuild:Compile</Generator>
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
</Page>
|
</Page>
|
||||||
|
<Page Include="Pages\Promotion\Promotion.xaml">
|
||||||
|
<Generator>MSBuild:Compile</Generator>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</Page>
|
||||||
<Page Include="Pages\UserGuide\UserGuidePage.xaml">
|
<Page Include="Pages\UserGuide\UserGuidePage.xaml">
|
||||||
<Generator>MSBuild:Compile</Generator>
|
<Generator>MSBuild:Compile</Generator>
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
|
|
|
@ -79,7 +79,7 @@
|
||||||
Background= "{ThemeResource SystemAccentColor}"
|
Background= "{ThemeResource SystemAccentColor}"
|
||||||
Margin="0,0,3,0">
|
Margin="0,0,3,0">
|
||||||
<NavigationViewItem.Icon>
|
<NavigationViewItem.Icon>
|
||||||
<BitmapIcon UriSource="ms-appx:///Assets/PromotionIcon.png" />
|
<BitmapIcon UriSource="ms-appx:///Assets/PromotionIcon.gif" ShowAsMonochrome="False" />
|
||||||
</NavigationViewItem.Icon>
|
</NavigationViewItem.Icon>
|
||||||
</NavigationViewItem>
|
</NavigationViewItem>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue