Browse Source

Fix typo.

pull/227/head
Steven Kirk 11 years ago
parent
commit
e56bc47ae7
  1. 2
      src/Perspex.Controls/TextBlock.cs

2
src/Perspex.Controls/TextBlock.cs

@ -236,7 +236,7 @@ namespace Perspex.Controls
{ {
var result = new FormattedText( var result = new FormattedText(
Text ?? string.Empty, Text ?? string.Empty,
FontFamily ?? "Ariel", FontFamily ?? "Arial",
FontSize > 0 ? FontSize : 12, FontSize > 0 ? FontSize : 12,
FontStyle, FontStyle,
TextAlignment, TextAlignment,

Loading…
Cancel
Save