提交 ce930c32 编写于 作者: I isidor

centered view: no need to distribute view sizes

上级 92171d8c
...@@ -77,7 +77,6 @@ export class CenteredViewLayout { ...@@ -77,7 +77,6 @@ export class CenteredViewLayout {
const size = this.splitView.getViewSize(1); const size = this.splitView.getViewSize(1);
this.splitView.removeView(1); this.splitView.removeView(1);
this.splitView.addView(toSplitViewView(this.view, () => this.height), size, 1); this.splitView.addView(toSplitViewView(this.view, () => this.height), size, 1);
this.splitView.distributeViewSizes();
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册