Skip to content

Commit

Permalink
Increased size of splitters to make them easier to grab.
Browse files Browse the repository at this point in the history
  • Loading branch information
emxsys committed Jan 31, 2018
1 parent 5443de5 commit 6ac25b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions root/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,13 +195,13 @@
direction: 'horizontal',
minSize: [160, 240], // pixels
sizes: [30, 70], // percentages
gutterSize: 2
gutterSize: 3
});
var infoSplitter = Split(['#globe', '#info-panel'], {
direction: 'vertical',
minSize: [100, 100],
sizes: [70, 30],
gutterSize: 2
gutterSize: 3
});
sidebarSplitter.collapse(0); // collapse the sidebar (left) panel
infoSplitter.collapse(1); // collapse the info (bottom) panel
Expand Down

0 comments on commit 6ac25b7

Please sign in to comment.