Skip to content

Commit

Permalink
closes #17
Browse files Browse the repository at this point in the history
  • Loading branch information
ritz078 committed Jul 10, 2016
1 parent 0de7b32 commit cc55806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/ui/components/layout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class Layout extends React.Component {
<SplitPane
split={props.downPanelInRight ? 'vertical' : 'horizontal'}
primary="second"
minSize={100}
minSize={props.downPanelInRight ? 200 : 100}
defaultSize={downPanelDefaultSize}
resizerChildren={props.downPanelInRight ? vsplit : hsplit}
onDragStarted={onDragStart}
Expand Down

0 comments on commit cc55806

Please sign in to comment.