Added "by" to author label

This commit is contained in:
Justin Swanson 2019-11-01 19:34:52 -05:00
parent dc5ad70145
commit a01afa9847

View File

@ -131,11 +131,12 @@
FontFamily="Lucida Sans"
FontSize="30"
FontWeight="Bold"
Text="{Binding AuthorText}"
TextWrapping="Wrap">
<TextBlock.Effect>
<DropShadowEffect />
</TextBlock.Effect>
<Run FontSize="15" Text="by" />
<Run Text="{Binding AuthorText, Mode=OneWay}" />
</TextBlock>
</Grid>
<Grid Grid.Column="1">