diff options
author | bobzel <zzzman@gmail.com> | 2022-06-23 14:11:57 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-06-23 14:11:57 -0400 |
commit | e4ebdbbefb2696ea6b75464a93a5714ab0245135 (patch) | |
tree | 271087a491d77fcebd130514ec3553567d4aa362 /src/client/documents/Documents.ts | |
parent | 689a17b8c686f145f22eab9a520cd00500dd0963 (diff) |
fixes for resizing native sized documents with fitwidth on/off and nativeHeightUnfrozen on/off
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index fc73deb36..f3f9bd1d9 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -362,7 +362,7 @@ export namespace Docs { [DocumentType.RTF, { layout: { view: FormattedTextBox, dataField: "text" }, options: { - _height: 35, _xMargin: 10, _yMargin: 10, nativeDimModifiable: true, nativeHeightUnfrozen: true, treeViewGrowsHorizontally: true, + _height: 35, _xMargin: 10, _yMargin: 10, nativeDimModifiable: true, treeViewGrowsHorizontally: true, forceReflow: true, links: "@links(self)" } }], |