Add block limit editor, various UI tweaks

This commit is contained in:
John Gross
2018-01-24 12:48:01 -08:00
parent 0328876d50
commit 6fbc06081e
12 changed files with 346 additions and 190 deletions

View File

@@ -10,6 +10,9 @@ using NLog.Targets;
namespace Torch.Server
{
/// <summary>
/// NLog target that writes to a <see cref="FlowDocument"/>.
/// </summary>
[Target("flowDocument")]
public sealed class FlowDocumentTarget : TargetWithLayout
{