aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSchemaView.tsx
diff options
context:
space:
mode:
authorJude <julie_wang1@brown.edu>2019-03-10 13:06:04 -0400
committerJude <julie_wang1@brown.edu>2019-03-10 13:06:04 -0400
commit43c96800f0a651247fdcaf2c77c710a30cb3f79d (patch)
tree79844d6afba107cbc6b3b511136ea798e2a9dddf /src/client/views/collections/CollectionSchemaView.tsx
parent872d9a57bdb5bf2b3f3a26acf17d77b72dcb5164 (diff)
changed default sizing
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 19ed97391..deb307fb3 100644
--- a/src/client/views/collections/CollectionSchemaView.tsx
+++ b/src/client/views/collections/CollectionSchemaView.tsx
@@ -31,7 +31,7 @@ export class CollectionSchemaView extends CollectionViewBase {
@observable _panelWidth = 0;
@observable _panelHeight = 0;
@observable _selectedIndex = 0;
- @observable _splitPercentage: number = 50;
+ @observable _splitPercentage: number = 100;
renderCell = (rowProps: CellInfo) => {
let props: FieldViewProps = {