diff options
author | bobzel <zzzman@gmail.com> | 2025-05-05 14:05:32 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2025-05-05 14:05:32 -0400 |
commit | 19adcca1a89405a47da57fee64fe5fde4720c16a (patch) | |
tree | cb0ac275ce40dc99487b9594edc8de2cc55ca650 /src/client/views/nodes/DocumentView.tsx | |
parent | d4659e2bd3ddb947683948083232c26fb1227f39 (diff) |
got rid of dash _xPadding/_yPadding in favor of just using _xMargin/_yMargin. cleaned up linearView field names
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/DocumentView.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index 284014e54..d756f3226 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -913,8 +913,8 @@ export class DocumentViewInternal extends DocComponent<DocumentViewProps & Field }}> <FormattedTextBox {...this._props} - yPadding={10} - xPadding={10} + yMargin={10} + xMargin={10} fieldKey={this.showCaption} styleProvider={this.captionStyleProvider} dontRegisterView |