diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-04-22 20:29:48 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-04-22 20:29:48 -0400 |
| commit | b26e908122a5c9182bdb5135664bed5c1cd19ddb (patch) | |
| tree | 159495c50b2d7b42595d4584646c8fe298faec73 /src/client/views/nodes/LabelBox.tsx | |
| parent | 59ad91093d019cf31dd7b602b9ac2ffc3f9699b2 (diff) | |
switched close button to be iconify, and iconfiy to be maximize
Diffstat (limited to 'src/client/views/nodes/LabelBox.tsx')
| -rw-r--r-- | src/client/views/nodes/LabelBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/LabelBox.tsx b/src/client/views/nodes/LabelBox.tsx index 391e359cc..5c2fc3ffe 100644 --- a/src/client/views/nodes/LabelBox.tsx +++ b/src/client/views/nodes/LabelBox.tsx @@ -77,7 +77,7 @@ export class LabelBox extends ViewBoxBaseComponent<FieldViewProps, LabelDocument textTransform: StrCast(this.layoutDoc.textTransform) as any }} > <div className="labelBox-mainButtonCenter"> - {StrCast(this.layoutDoc.text, StrCast(this.layoutDoc.title))} + {StrCast(this.rootDoc.text, StrCast(this.rootDoc.title))} </div> </div> <div className="labelBox-fieldKeyParams" > |
