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/documents/DocUtils.ts | |
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/documents/DocUtils.ts')
-rw-r--r-- | src/client/documents/DocUtils.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/DocUtils.ts b/src/client/documents/DocUtils.ts index df14dce5a..9135899d7 100644 --- a/src/client/documents/DocUtils.ts +++ b/src/client/documents/DocUtils.ts @@ -603,7 +603,7 @@ export namespace DocUtils { layout_hideAllLinks: true, _width: 15, _height: 15, - _xPadding: 0, + _xMargin: 0, onClick: FollowLinkScript(), _timecodeToShow: Cast(doc._timecodeToShow, 'number', null), }); |