diff options
author | bobzel <zzzman@gmail.com> | 2023-04-05 17:21:26 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-04-05 17:21:26 -0400 |
commit | 8f7e99641f84ad15f34ba9e4a60b664ac93d2e5d (patch) | |
tree | f7fe4f7a924899474be110c494d33f16d0b70edf /src/client/documents/Documents.ts | |
parent | 38eb3a1b3f005b79a222f76b730e883b7e2b5253 (diff) |
added an arrange feature for freeform collections. added btn width for linear buttons.
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 5039be2f6..c4014a752 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -315,6 +315,7 @@ export class DocumentOptions { linearViewExpandable?: boolean; // can linear view be expanded linearViewToggleButton?: string; // button to open close linear view group linearViewSubMenu?: boolean; + linearBtnWidth?: number; flexGap?: number; // Linear view flex gap flexDirection?: 'unset' | 'row' | 'column' | 'row-reverse' | 'column-reverse'; |