diff options
author | bobzel <zzzman@gmail.com> | 2020-12-16 12:02:52 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-12-16 12:02:52 -0500 |
commit | 0426828be40e077a2d5d30597076db53a26bb81f (patch) | |
tree | 208735868f37c041e3298a87eb1984633ea93738 /src/client/views/globalCssVariables.scss.d.ts | |
parent | f54dd2851a1dd99157a4047d7d17d0c40178d30e (diff) |
fixed treeView layouts to pass good values for panelWidth/height to DocumentView. renamed Selectionmanager methods to be views not documents.
Diffstat (limited to 'src/client/views/globalCssVariables.scss.d.ts')
-rw-r--r-- | src/client/views/globalCssVariables.scss.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/globalCssVariables.scss.d.ts b/src/client/views/globalCssVariables.scss.d.ts index c56b75d5e..11e62e1eb 100644 --- a/src/client/views/globalCssVariables.scss.d.ts +++ b/src/client/views/globalCssVariables.scss.d.ts @@ -10,6 +10,7 @@ interface IGlobalScss { SEARCH_PANEL_HEIGHT: string; DFLT_IMAGE_NATIVE_DIM: string; MENU_PANEL_WIDTH: string; + TREE_BULLET_WIDTH: string; } declare const globalCssVariables: IGlobalScss; |