fix: fix accessory icon and update project nuget system
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
<RowDefinition Height="auto"/>
|
||||
</Grid.RowDefinitions>
|
||||
<!-- 图标 -->
|
||||
<ContentControl Grid.Row="0" Content="{StaticResource IconApp}"
|
||||
Width="64" Height="64" HorizontalAlignment="Center" Margin="10" />
|
||||
<Image Source="/Assets/App.ico" Grid.Row="0" Margin="10" HorizontalAlignment="Center"
|
||||
Width="64" Height="64" RenderOptions.BitmapScalingMode="HighQuality"/>
|
||||
|
||||
<!-- 应用名称和简介 -->
|
||||
<TextBlock Grid.Row="1" Text="Ballance TAS Editor" FontSize="20" FontWeight="Bold" HorizontalAlignment="Center" Margin="10" />
|
||||
|
||||
Reference in New Issue
Block a user