aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-04-05 17:21:26 -0400
committerbobzel <zzzman@gmail.com>2023-04-05 17:21:26 -0400
commit8f7e99641f84ad15f34ba9e4a60b664ac93d2e5d (patch)
treef7fe4f7a924899474be110c494d33f16d0b70edf /src/client/documents/Documents.ts
parent38eb3a1b3f005b79a222f76b730e883b7e2b5253 (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.ts1
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';