aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSchemaView.tsx
diff options
context:
space:
mode:
authorJude <julie_wang1@brown.edu>2019-03-09 20:09:11 -0500
committerJude <julie_wang1@brown.edu>2019-03-09 20:09:11 -0500
commit872d9a57bdb5bf2b3f3a26acf17d77b72dcb5164 (patch)
treec4765dbc61a0259d38c213db99cdd15babda0113 /src/client/views/collections/CollectionSchemaView.tsx
parentc6a3faf616e68ede2d67580344e4337c3f0cfdc5 (diff)
schema view improvements
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.tsx')
-rw-r--r--src/client/views/collections/CollectionSchemaView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.tsx b/src/client/views/collections/CollectionSchemaView.tsx
index 49f95c014..19ed97391 100644
--- a/src/client/views/collections/CollectionSchemaView.tsx
+++ b/src/client/views/collections/CollectionSchemaView.tsx
@@ -24,7 +24,7 @@ import { setupDrag } from "../../util/DragManager";
@observer
export class CollectionSchemaView extends CollectionViewBase {
private _mainCont = React.createRef<HTMLDivElement>();
- private DIVIDER_WIDTH = 5;
+ private DIVIDER_WIDTH = 4;
@observable _contentScaling = 1; // used to transfer the dimensions of the content pane in the DOM to the ContentScaling prop of the DocumentView
@observable _dividerX = 0;