diff options
author | bobzel <zzzman@gmail.com> | 2020-10-08 00:44:43 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-10-08 00:44:43 -0400 |
commit | a722aab6a65ad8d222ec3d576497ce9687cac966 (patch) | |
tree | 8988ad4821047d6603727439ff6430b8bec926f9 /src/client/views/globalCssVariables.scss.d.ts | |
parent | 192e23a2ae335a5f0de361eed9a24a5d08547217 (diff) |
fixed adding/removing schema columns. fixed showing text/ink tools in menu at right time. cleaned up schema view a bit and fixed drag bar from disappearing when shown in full tab.
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 fb3a327d0..c56b75d5e 100644 --- a/src/client/views/globalCssVariables.scss.d.ts +++ b/src/client/views/globalCssVariables.scss.d.ts @@ -1,6 +1,7 @@ interface IGlobalScss { contextMenuZindex: string; // context menu shows up over everything + SCHEMA_DIVIDER_WIDTH: string; COLLECTION_BORDER_WIDTH: string; MINIMIZED_ICON_SIZE: string; MAX_ROW_HEIGHT: string; |