diff options
| author | bobzel <zzzman@gmail.com> | 2022-08-11 19:01:37 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-08-11 19:01:37 -0400 |
| commit | 081632757af3c2ec2e4482c1e5fe710c8ee6cad8 (patch) | |
| tree | 4897685a59f6ef2f38ebe511908ab9d46eac01bf /src/client/views/global/globalCssVariables.scss.d.ts | |
| parent | 513dcaa2d8c86f1cb5236ce89062cace6f418d1b (diff) | |
added better ui and backend support for mask ink strokes. added frame #'s ui for seeing current animation frame.
Diffstat (limited to 'src/client/views/global/globalCssVariables.scss.d.ts')
| -rw-r--r-- | src/client/views/global/globalCssVariables.scss.d.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/views/global/globalCssVariables.scss.d.ts b/src/client/views/global/globalCssVariables.scss.d.ts index 59c2b3585..76259113c 100644 --- a/src/client/views/global/globalCssVariables.scss.d.ts +++ b/src/client/views/global/globalCssVariables.scss.d.ts @@ -1,6 +1,5 @@ - interface IGlobalScss { - contextMenuZindex: string; // context menu shows up over everything + contextMenuZindex: string; // context menu shows up over everything SCHEMA_DIVIDER_WIDTH: string; COLLECTION_BORDER_WIDTH: string; MINIMIZED_ICON_SIZE: string; @@ -11,7 +10,8 @@ interface IGlobalScss { DFLT_IMAGE_NATIVE_DIM: string; LEFT_MENU_WIDTH: string; TREE_BULLET_WIDTH: string; + INK_MASK_SIZE: number; } declare const globalCssVariables: IGlobalScss; -export = globalCssVariables;
\ No newline at end of file +export = globalCssVariables; |
