Added workmark asset

Removed unused x:Names
This commit is contained in:
Yoshi Askharoun
2022-06-03 11:17:06 -05:00
parent 28eb1744f1
commit 56a5406edf
3 changed files with 7 additions and 4 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

+4 -4
View File
@@ -15,13 +15,13 @@
<Border BorderThickness="6" CornerRadius="10"
Background="White">
<Border.BorderBrush>
<LinearGradientBrush x:Name="ZuneGradient" StartPoint="0,0" EndPoint="1,0"
<LinearGradientBrush StartPoint="0,0" EndPoint="1,0"
SpreadMethod="Reflect">
<LinearGradientBrush.RelativeTransform>
<TranslateTransform x:Name="ZuneGradientTransform" X="0" Y="0"/>
</LinearGradientBrush.RelativeTransform>
<GradientStop x:Name="GradientStop1" Color="#EE0B77" Offset="0"/>
<GradientStop x:Name="GradientStop2" Color="#F37122" Offset="1"/>
<GradientStop Color="#EE0B77" Offset="0"/>
<GradientStop Color="#F37122" Offset="1"/>
</LinearGradientBrush>
</Border.BorderBrush>
@@ -48,7 +48,7 @@
<RowDefinition Height="3*"/>
<RowDefinition Height="2*"/>
</Grid.RowDefinitions>
<Image Source="D:\Pictures\Icons\SVG\Zune Dev\EMendo\Zune Logo Fluent v12 (no shadow).png"
<Image Source="pack://application:,,,/ZuneHost.Wpf;component/Assets/ZuneFluentWordmark.png"
Stretch="Uniform" Grid.Row="1"/>
</Grid>
</Border>
+3
View File
@@ -100,5 +100,8 @@
<Name>ZuneShell</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Resource Include="Assets\ZuneFluentWordmark.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>