Fixed dlc list not using monospaced font

This commit is contained in:
Jeddunk 2020-12-29 12:42:39 +01:00
parent a5ca4ceb33
commit 835163ca5e
3 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@
Margin="10,10,10,0" Watermark="List of DLCs...
0000 = DLC Name"
TextWrapping="Wrap" AcceptsReturn="True"
VerticalScrollBarVisibility="Visible" Padding="0"
FontFamily="./#Courier Prime" Grid.Row="2" />
FontFamily="../resources/#Courier Prime" Grid.Row="2" />
<Button Content="Get DLCs for AppID" Margin="0,10,10,10" Height="19.96" HorizontalAlignment="Right"
VerticalAlignment="Bottom" Width="108" Command="{Binding GetListOfDlcCommand}" Grid.Row="3" />
</Grid>

View File

@ -34,7 +34,7 @@
<Content Include="COPYING">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="CourierPrime-Regular.ttf">
<Content Include="resources\CourierPrime-Regular.ttf">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>