parent
e2a6b4595b
commit
1b468aa4ec
1 changed files with 3 additions and 1 deletions
|
@ -251,7 +251,9 @@ class IDEView extends React.Component {
|
||||||
defaultSize="50%"
|
defaultSize="50%"
|
||||||
onChange={() => { this.overlay.style.display = 'block'; }}
|
onChange={() => { this.overlay.style.display = 'block'; }}
|
||||||
onDragFinished={() => { this.overlay.style.display = 'none'; }}
|
onDragFinished={() => { this.overlay.style.display = 'none'; }}
|
||||||
resizerStyle={{ marginRight: '0', marginLeft: '-10px' }}
|
resizerStyle={{
|
||||||
|
borderLeftWidth: '2px', borderRightWidth: '2px', width: '2px', margin: '0px 0px'
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
<SplitPane
|
<SplitPane
|
||||||
split="horizontal"
|
split="horizontal"
|
||||||
|
|
Loading…
Reference in a new issue