diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-01-27 18:06:34 -0500 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-01-27 18:06:34 -0500 |
| commit | e864a54e0ef509f540f9be550a853878046b14d3 (patch) | |
| tree | 7923516359e4258d69728310ca870cfdadebc81d /src/client/util | |
| parent | d866969264e96d97f77f80727df53a66865f463f (diff) | |
fixed some doc button box layout details
Diffstat (limited to 'src/client/util')
| -rw-r--r-- | src/client/util/RichTextRules.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/RichTextRules.ts b/src/client/util/RichTextRules.ts index 0de0e21fd..389c84c54 100644 --- a/src/client/util/RichTextRules.ts +++ b/src/client/util/RichTextRules.ts @@ -207,7 +207,7 @@ export const inpRules = { const textDocInline = Docs.Create.TextDocument("", { _width: 75, _height: 35, backgroundColor: "yellow", annotationOn: textDoc, _autoHeight: true, fontSize: 9, title: "inline comment" }); textDocInline.layoutKey = "layout_" + inlineFieldKey; textDocInline.customTitle = true; - textDocInline.title = "inline"; + textDocInline.title = inlineFieldKey; textDocInline.isTemplateForField = inlineFieldKey; textDocInline.proto = textDoc; textDoc[textDocInline.layoutKey] = FormattedTextBox.LayoutString(inlineFieldKey); |
